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


 /* START COLORS - BACKGROUND COLORS */

BODY		{
 		background: #000000;
		}

 /* IMAGE SIZE */


.imagearea	{ height: 480px; }


 /* BORDER COLORS */

.borderlines	{
		border-top: #ffffff 1px solid; 
		border-bottom: #ffffff 1px solid;
		padding: 2px;
		height: 10px;
		background-color: #ffffff;
				}


 /* MAIN FONT COLOR */

TABLE 		{ COLOR: #FFFFFF; FONT: 14px arial, sans-serif; }

.title 		{ color: #660099; font: 18px arial, sans-serif;  }

.just 		{ text-align: justify; }


 /* 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: #ffffff; text-decoration: none; }



 /* BUTTON COLORS AND SPACING */

.enterbutton		{
			padding-top: 3px;
			padding-bottom: 3px;
			width: 160px;
			white-space: nowrap;
			display: block;
			border: #FFFFFF 0px solid;
			background-color: #000000;
					}

a.enterbutton:hover	{
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			border: #ffffff 1px solid;
			}



