 /* NOTES: For editing the gradients edit the startColorStr and endColorStr in 2 places: */


 /* START COLORS - BACKGROUND COLORS */

BODY		{
	scrollbar-base-color: #000000;
	background-color: #000000;

		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,
		startColorStr=#000000,endColorStr=#000000 );
	width: 800px;
	right: 0px;
	clear: 0;
	padding: 0px;
	position: CENTRE;
	bottom: 350px;
		}

 /* IMAGE SIZE */


.imagearea	{ height: 350px; }


 /* BORDER COLORS */

.borderlines	{
		border-top: #cc0000 1px solid; 
		border-bottom: #cc0000 1px solid;
		padding: 5px;
		height: 40px;
		background-color: #ffcc66;
		}


 /* MAIN FONT COLOR */

TABLE 		{ COLOR: #C0C0C0; FONT: bold 11px arial, sans-serif; }

.title 		{ color: #FFFFFF; font: 16px arial, sans-serif; font-weight: bold; }

.just 		{ text-align: justify; }


 /* LINK COLORS */

a:link    	{ color: #CC0000; text-decoration: none; }
a:active	{ color: #CC0000; text-decoration: none; }
a:visited	{ color: #000000; text-decoration: none; }
a:hover		{ color: #FFFFFF; text-decoration: none; }



 /* BUTTON COLORS AND SPACING */

.enterbutton		{
			padding-top: 3px;
			padding-bottom: 3px;
			width: 160px;
			white-space: nowrap;
			display: block;
			border: #CC0000 2px solid;
			background-color: #FFCC66;
			}

a.enterbutton:hover	{
			color: #CCOOOO;
			text-decoration: none;
			border: #CC9999 1px solid;
			}
