/* typeface specification */

.bodytext
{
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #E6E6E6;
	line-height: 1.3
}

.boldtext
{
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
	font-weight: 700;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #E6E6E6;
	line-height: 1.3
}

.bodytext2
{
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #757575;
	line-height: 1.3
}

.bodytext3
{
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #AEAEAE;
	line-height: 1.3
}

.redtext
{
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #FF0000;
	line-height: 1.3
}

.formclass
{
	FONT-SIZE: 8pt;
	COLOR: #919191;
	FONT-FAMILY: tahoma;
	BORDER-WIDTH: 1;
	BORDER-COLOR: #4D4D4D;
	BORDER-STYLE: solid;
	BACKGROUND-COLOR: #2C2C2C;
}

 .textareaclass
{
	FONT-SIZE: 8pt;
	COLOR: #919191;
	FONT-FAMILY: Tahoma;
	BORDER-WIDTH: 1;
	BORDER-COLOR: #4D4D4D;
	BORDER-STYLE: solid;
	BACKGROUND-COLOR: #2C2C2C;
	WIDTH: 200;
	HEIGHT: 69;
	
	scrollbar-face-color: #2C2C2C; 
	scrollbar-shadow-color: #2C2C2C; 
	scrollbar-highlight-color: #2C2C2C; 
	scrollbar-3dlight-color: #2C2C2C; 
	scrollbar-darkshadow-color: #2C2C2C; 
	scrollbar-track-color: #2C2C2C; 
	scrollbar-arrow-color: #919191;
}

/* link class specification */

A.bodylink:link { color: #919191; text-decoration: none; }
A.bodylink:visited { color: #919191; text-decoration: none; }
A.bodylink:hover { color: #E6E6E6; text-decoration: none; }
A.bodylink:active { color: #919191; text-decoration: none; }

A.bodylink2:link { color: #757575; text-decoration: none; }
A.bodylink2:visited { color: #757575; text-decoration: none; }
A.bodylink2:hover { color: #E6E6E6; text-decoration: underline; }
A.bodylink2:active { color: #757575; text-decoration: none; }

A.bodylink3:link { color: #FF0000; text-decoration: none; }
A.bodylink3:visited { color: #FF0000; text-decoration: none; }
A.bodylink3:hover { color: #E6E6E6; text-decoration: none; }
A.bodylink3:active { color: #FF0000; text-decoration: none; }

A.bodylink4:link { color: #E6E6E6; text-decoration: underline; }
A.bodylink4:visited { color: #E6E6E6; text-decoration: underline; }
A.bodylink4:hover { color: #AEAEAE; text-decoration: underline; }
A.bodylink4:active { color: #E6E6E6; text-decoration: underline; }

A.navlink:link { color: #757575; text-decoration: none; }
A.navlink:visited { color: #757575; text-decoration: none; }
A.navlink:hover { color: #E6E6E6; text-decoration: none; }
A.navlink:active { color: #757575; text-decoration: none; }