body {
	 background: #E7E7E7 url(../images/background.jpg) repeat-x; background-position: top center; 
	 text-align: center;
	 margin-top: 8px;
	 padding: 0;
	 color: #000;
}

body.gallery {
	 background: #E7E7E7 url(../images/background.jpg) repeat-x; background-position: top center; 
	 text-align: center;
	 margin-top: 0px;
	 padding: 0;
	 color: #000;
}

body.test {
	 background: #FFFFFF; 
	 text-align: center;
	 margin-top: 0px;
	 padding: 0;
	 color: #000;
}

A.menu {
	font-family : Verdana;
	font-size: 10pt;
	color: #6C541C;
	font-weight : bold;
	text-decoration: none;
}

A.menu:Hover  {
	font-size: 10pt;
	color : #CDA036;
	text-decoration : none;
}

A.footer {
	font-family : Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
}

A.footer:Hover  {
	color : #CCCCCC;
	text-decoration : underline;
}

TD.main {
	font-size : 9pt;
	font-family : Verdana;
	color : #333333;
	background-repeat: no-repeat;
	text-align: left;
}

TD.footer {
	font-size : 6.5pt;
	font-family : Verdana;
	color : #999999;
	background-color : #D8DFE6;
	text-align: right;
}

font.title {
	font-family : Verdana;
	font-size: 9pt;
	color: #6C541C;
	font-weight: bold;
}

font.title2 {
	font-family : Verdana;
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
}

font.click {
	font-family : Verdana;
	font-size: 7pt;
	color: #333333;
}

hr.dash {
	
	border-style: dashed;
	color: #999999;
	height: 1px;
	width: 100%;
}

input,textarea {
 	font-size: 8pt;
 	font-family : Verdana, Arial, Helvetica;
 	color : #000000;
 	background-color: #B1C1D0;
 	border: 1px solid #666666;
}

input:focus,textarea:focus {
 background-color: #999999;
 border: 1px dotted #666666; 
}

input.submit {
 border: 1px solid #666666;
}
input:hover.submit {
 border: 1px dotted #666666;
}

input.textb {
 	font-size: 8pt;
 	font-family : Verdana, Arial, Helvetica;
 	text-align: left;
 	color : #000000;
 	background-color: #B1C1D0;
 	border: 1px solid #666666;
}
input:focus,textb:focus {
 background-color: #999999;
 border: 1px dotted #666666; 
}

input,select {
 	font-size: 8pt;
 	font-family : Verdana, Arial, Helvetica;
 	color : #000000;
 	border: 1px solid #666666;
 	background-color: #B1C1D0;
}

input,radio {
 	font-size: 8pt;
 	font-family : Verdana, Arial, Helvetica;
 	color : #000000;
}