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


 /* START COLORS - BACKGROUND COLORS */



 /* IMAGE SIZE */


.imagearea	{ height: 350px; }


 /* BORDER COLORS */




 /* MAIN FONT COLOR */

TABLE 		{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 6px;
	width: 609px;
}



 /* 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: #CCFF00;
	text-decoration: none;
	font-size: 9pt;
}



 /* BUTTON COLORS AND SPACING */

.enterbutton		{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	width: 60px;
	white-space: nowrap;
	border: #FFFFFF 1px solid;
	background-color: #2E442F;
	
			}

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

