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


 /* START COLORS - BACKGROUND COLORS */

/*BODY		{
		scrollbar-base-color: #ccffcc;
 		background-color: #3F4B57;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,
		startColorStr=#387C44,endColorStr=#ACE9B7 );
		}
*/

 /* IMAGE SIZE */


.imagearea	{ height: 350px; }


 /* BORDER COLORS */

.borderlines	{
		border-top: #ff0000 1px solid; 
		border-bottom: #FF0000 1px solid;
		padding: 2px;
		height: 30px;
		background-color: #4E9258;
		}


 /* MAIN FONT COLOR */

TABLE 		{ COLOR: #4E9258; FONT: bold 10px arial, sans-serif; }



 /* LINK COLORS */

a:link    	{ color: #ff6600; text-decoration: none; }
a:active	{ color: #ff6600; text-decoration: none; }
a:visited	{ color: #ff6600; text-decoration: none; }
a:hover		{ color: #ff6600; text-decoration: none; }



 /* BUTTON COLORS AND SPACING */

.enterbutton		{
			padding-top: 1px;
			padding-bottom: 1px;
			padding-left: 5px;
			padding-right: 5px;
			width: 110px;
			white-space: nowrap;
			border: #FFFFFF 0px solid;
			background-color: #4E9258;
			}

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




