/*********************************************/
/*MAIN WINDOW STYLE */
/*********************************************/



body.Main
{
Background-color:#242424;
color:#FFFFFF;
border-top:0px;
border-righ0t:0px;
border-bottom:0px;
border-left:0px;
border-width:0px;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-left-width:0px;
margin-top:10px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
scrollbar-face-color:#242424;
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#000000;
scrollbar-shadow-color:#AAAAAA;
scrollbar-darkshadow-color:#000000;
scrollbar-HighLightRed-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-track-color:#AAAAAA;
}

h1.Header
{
Background-color:#FFC000;
color:#000000;
font-family:"Courier New";
font-size:20pt;
font-weight:bold;
line-height: 40%;
}

h2.Header
{
Background-color:#FFC000;
color:#000000;
font-family:"Courier New";
font-size:12;
font-weight:normal;
line-height: 30%;
}

/*********************************************/
/*TABLE STYLE */
/*********************************************/

table.Main
{
Background-color:#333333;
color:#FFFFFF;
font-family:"Verdana";
font-family:10pt;
font-weight:bold;
}

td.Header
{
Background-color:#FFC000;
color:#000000;
font-family:"Verdana";
font-size:18pt;
font-weight:bold;
}

td.Menu
{
Background-color:#000000;
color:#FFFFFF;
border-color:#333333;
font-family:"Verdana";
font-size:11pt;
font-weight:bold;
}

td.Display
{
Background-color:#FFFFFF;
color:#000000;
border-color:#333333;
font-family:"Verdana";
font-size:10pt;
font-weight:normal;
}


div.Display
{
Background-color:#FFFFFF;
color:#000000;
border-color:#333333;
font-family:"Verdana";
font-size:10pt;
font-weight:normal;
}

td.Images
{
Background-color:#000000;
color:#EEEEEE;
border-color:#333333;
font-family:"Verdana";
font-size:10pt;
font-weight:normal;
}

td.Footer
{
Background-color:#242424;
color:#FFFFFF;
border-color:#333333;
font-family:"Verdana";
font-size:8pt;
font-weight:normal;
}

/************************************************************************/
/*FONT STYLE */
/***********************************************************************/
font.Small
{
color:#555555;
font-family:"Verdana";
font-size:8pt;
font-weight:normal;
}


font.Info
{
	color:#009900;
	font-family:"Verdana";
	font-size:14;
	font-weight:normal;
}

font.Error
{
	color:#FF0000;
	font-family:"Verdana";
	font-size:14;
	font-weight:bold;
}

font.DisplayLarge
{
	color:#000000;
	font-family:"Verdana";
	font-size:14;
	font-weight:bold;
}
/************************************************************************/
/*HYPERLINK STYLE */
/***********************************************************************/

a.Menu
{
color:#FFFFFF;
font-family:"Verdana";
font-size:11pt;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}

a.MenuSelected
{
color:#FFC000;
font-family:"Verdana";
font-size:11pt;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}


a.Hyperlink
{
color:#FFC000;
font-family:"Verdana";
font-size:12;
font-weight:Bold;
cursor:pointer;
text-decoration:underline;
}
a.HyperLinkSmall
{
color:#FFC000;
font-family:"Verdana";
font-size:8pt;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}
a.HyperLinkSmallDisplay
{
color:#555555;
font-family:"Verdana";
font-size:8pt;
font-weight:bold;
}

a.DownloadLarge
{
color:#AA0000;
font-family:"Verdana";
font-size:18;
font-weight:Bold;
}



a.Download
{
color:#AA0000;
font-family:"Verdana";
font-size:14;
font-weight:Bold;
}




a.Display
{
color:#000000;
font-family:"Verdana";
font-size:12;
font-weight:Bold;
cursor:pointer;
text-decoration:underline;
}


/*************************************************************
INPUT STYLE
**************************************************************/

input.TextBox
{
	color:#0000000;
	font-family:"Verdana";
	font-size:12;
	font-weight:normal;
	width:150px;
	height:20px;
	border:1;
	border-style:solid;
	border-color:#888888;
}


input.TextBox2X
{
	color:#0000000;
	font-family:"Verdana";
	font-size:12;
	font-weight:normal;
	width:320px;
	height:20px;
	border:1;
	border-style:solid;
	border-color:#888888;
}

select.ComboBox2X
{
	color:#0000000;
	font-family:"Verdana";
	font-size:12;
	font-weight:normal;
	width:320px;
	height:20px;
	border:1;
	border-style:solid;
	border-color:#888888;
}

textarea.TextBox2X
{
	color:#0000000;
	font-family:"Verdana";
	font-size:12;
	font-weight:normal;
	width:320px;
	height:60px;
	border:1;
	border-style:solid;
	border-color:#888888;
}

textarea.EmailMessage
{
	color:#0000000;
	font-family:"Verdana";
	font-size:12;
	font-weight:normal;
	width:320px;
	height:100px;
	border:1;
	border-style:solid;
	border-color:#888888;
}


input.ButtonLarge
{
	Background-color:#FFFFFF;
	color:#000000;
	font-family:"Verdana";
	font-size:14;
	font-weight:bold;
	border:4;
	border-style:solid;
	border-color:#FFCC00;
	width:240px;
	height:30px;
	cursor:pointer;
}
input.Button
{
	Background-color:#FFFFFF;
	color:#000000;
	font-family:"Verdana";
	font-size:12;
	font-weight:bold;
	border:2;
	border-style:solid;
	border-color:#FFCC00;
	width:120px;
	height:24px;
	cursor:pointer;
}



