body {
    background-image:url("images/site_bg.jpg");
    background-position: 0% 0%;
}

table.contentarea {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
    color : #505765;
    background-image:url("images/main_bg.jpg");
    background-repeat : repeat-y;
    background-position: 0% 0%;
    padding : 10px;
}

table.footer {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
    color : #505765;
	height: 70px;
    background-image:url("images/footer_bg.jpg");
    background-repeat : no-repeat;
    background-position: 0% 0%;
    padding : 10px;
}

table.photoframe {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
    color : #505765;
	height: 360px;
	width : 308px;
    background-image:url("images/photoframe_bg.gif");
    background-repeat : no-repeat;
    background-position: 0% 0%;

}


.defTXT {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
    font-size : 11px;
    color : #505765;
}

.copyright {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
    font-size : 11px;
    color : #505765;
}

input, textarea, select {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
    color : #505765;
	background-color : White;
    padding-left: 0.1cm;
	border-color : #666666 #666666 #666666 #666666;
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
}

td {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 11px;
    color : #505765;
}

tr.shade {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 11px;
    color : #505765;
    background-color : #eaeaea;
}

td.shade {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 11px;
    color : #505765;
    background-color : #eaeaea;
}

a,a:visited,a:active {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
    font-size : 11px;
    color : #505765;
}

a:hover {
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
    font-size : 11px;
    color : #678ACF;
}


