
 /* NOTES: For editing the gradients edit the startColorStr and endColorStr in 2 places: */


 /* START COLORS - BACKGROUND COLORS */

BODY		{
		scrollbar-base-color: #8D6754;
 		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 */

TABLE 		{ COLOR: #996666; FONT: bold 11px verdana, sans-serif; text-decoration: none; }



 /* LINK COLORS */

a:link    	{ color: #FFFFFF; text-decoration: none; }
a:active	{ color: #FFFFFF; text-decoration: none; }
a:visited	{ color: #FFFFFF; text-decoration: none; }
a:hover		{ color: #8D6754; background-color:  #FFFFFF; }

div#linkonwhite   { color:  #996666; }
div#linkonwhite a:link, div#linkonwhite a:active, div#linkonwhite a:visited { color:  #3399FF; text-decoration: underline; }
div#linkonwhite a:hover { color: #3399FF; text-decoration: none; }


 /* BUTTON COLORS AND SPACING */

.enterbutton		{
			padding-top: 3px;
			padding-bottom: 3px;
			padding-left: 20px;
			padding-right: 20px;
			width: 160px;
			white-space: nowrap;
			border: #999999 1px solid;
			background-color: #333333;
			}

a.enterbutton:hover	{
			color: #FF0000;
			text-decoration: none;
			border: #FF0000 1px solid;
			}





