/* CSS Document */
BODY	
{
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px;
		SCROLLBAR-FACE-COLOR: #101010; 
		SCROLLBAR-HIGHLIGHT-COLOR: #666666;   /*inner highlight*/
		SCROLLBAR-SHADOW-COLOR: #666666;      /*inner shadow*/
		SCROLLBAR-3DLIGHT-COLOR: #101010;     /*outer highlight*/
		SCROLLBAR-DARKSHADOW-COLOR: #101010;  /*outer shadow*/
		SCROLLBAR-ARROW-COLOR: #666666; 
		SCROLLBAR-TRACK-COLOR: #101010; 
		SCROLLBAR-BASE-COLOR: #666666; /*default color*/
}

INPUT 
{	
		BACKGRPIMD-PROPERTIES: fixed;
		BACKGROUND-COLOR: 2D2D2D;
		COLOR: 999999;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		FONT-WEIGHT: bold;
		border: 1px #8F8F8F;
		border-bottom-style: inset;
		border-left-style: outset; 
		border-right-style: inset;
		border-top-style: outset;
}

TEXTAREA
{
		BACKGRPIMD-PROPERTIES: fixed;
		BACKGROUND-COLOR: 2D2D2D;
		COLOR: 999999;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-WEIGHT: bold;
		FONT-SIZE: 12px;
		border: 1px #8F8F8F;
		border-bottom-style: inset;
		border-left-style: outset; 
		border-right-style: inset;
		border-top-style: outset;
}

SELECT
{
		BACKGROUND-COLOR: #272727;
		COLOR: 999999;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		border: 1px #8F8F8F;
		border-bottom-style: outset;
		border-left-style: outset; 
		border-right-style: outset;
		border-top-style: outset;
}

font.text
{
	font-family: "Arial, Helvetica, sans-serif"; 
	font-size:12px;
	font-color: #CCCCCC;
	font-weight: normal ; 
	text-decoration: none;
}

font.newstext
{
	font-family: "Verdana, Arial, Helvetica, sans-serif"; 
	font-size:10px;
	font-color: #CCCCCC;
	font-weight: normal ; 
	text-decoration: none;
}

A:LINK {color: #666666; text-decoration: none; }
A:hover {color: #FF8a00; text-decoration: none; }
A:visited {color: #666666; text-decoration: none; }
A:hover {color: #FF8a00; text-decoration: none; }

A:LINK.xtra {color: #FFCC00; text-decoration: none; }
A:hover.xtra {color: #FF8a00; text-decoration: none; }
A:visited.xtra {color: #FFCC00; text-decoration: none; }
A:hover.xtra {color: #FF8a00; text-decoration: none; }

.xtra { font-family: "Verdana, Arial, Helvetica, sans-serif"; font-size:10px; font-weight: normal; text-decoration: none;}
a { font-family: "Arial, Helvetica, sans-serif"; font-size:12px; font-weight: normal ; text-decoration: none;}