
 /* NOTES: For editing the gradients edit the startColorStr and endColorStr in 2 places: */


 /* START COLORS - BACKGROUND COLORS */

BODY		{
		scrollbar-base-color: #000000;
 		/*background-color: #666666;
		filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,
		startColorStr=#000000,endColorStr=#666666 );*/
		}

 /* IMAGE SIZE */


.imagearea	{ height: 340px;
                  *background-color: #000000;
                }


 /* BORDER COLORS */

.borderlines	{
		border-top: #996666 1px solid; 
		border-bottom: #996666 1px solid;
		border-right: #996666 1px solid; 
		border-left: #996666 1px solid;
		padding: 5px;
		height: 20px;
		background-color: #000000;
		}


 /* MAIN FONT COLOR */

TABLE 		{ COLOR: #000000; FONT: bold 11px arial, sans-serif; }

.title 		{ color: #FFFFFF; font: 16px arial, sans-serif; font-weight: bold; }

.just 		{ text-align: justify;
		border-top: #996666 1px solid; 
		border-bottom: #996666 1px solid;
		border-right: #996666 1px solid; 
		border-left: #996666 1px solid;
                }


 /* LINK COLORS */

a:link    	{ color: #FE9499; text-decoration: none; }
a:active	{ color: #FE9499; text-decoration: none; }
a:visited	{ color: #FE9499; text-decoration: none; }
a:hover		{ color: #CC9999; text-decoration: none; }



 /* BUTTON COLORS AND SPACING */

.enterbutton		{
			padding-top: 3px;
			padding-bottom: 3px;
			width: 160px;
			white-space: nowrap;
			display: block;
			border: #999999 1px solid;
			background-color: #333333;
			}

a.enterbutton:hover	{
			color: #CC9999;
			text-decoration: none;
			border: #CC9999 1px solid;
			}

.footer {
		background:url(images/footer_bg.png) repeat-x;
		border-bottom: #996666 1px solid;
		border-right: #996666 1px solid; 
		border-left: #996666 1px solid;
}

ul
{
list-style-image: url(images/list.png);
}
