BODY			{
		background-color: #ffffff;
		}
body#a:link    	


 /* BORDER COLORS */

.borderlines	{
		border-top: #8D6754 1px solid; 
		border-bottom: #8D6754 1px solid;
		padding: 5px;
		background-color: #8D6754;
		}


 /* MAIN FONT COLOR and STYLE*/

TABLE 		{ background-color:  #ffffff; COLOR: #000000; FONT: 13px verdana, sans-serif; text-decoration: none; }



 /* LINK COLORS */

a:link    	{ color: #4264A7; text-decoration: underline; }
a:active	{ color: #4264A7; text-decoration: underline; }
a:visited	{ color: #4264A7; text-decoration: underline; }
a:hover		{ color: #ffffff; background-color:  #4264A7; text-decoration: underline; }

div#linkonwhite   { color:  #000000; }
div#linkonwhite a:link, div#linkonwhite a:active, div#linkonwhite a:visited { color:  #336699; text-decoration: underline; }
div#linkonwhite a:hover { color: #ffffff; background-color: #4264A7; }






.small {
	font-size: 10px;
	font-style: normal;
	color: #999999;

}
.smcaps {
	font-variant: small-caps;
	font-size: 10px;

}
.ul {
	list-style-image: none;
	list-style-type: circle;
}
