/*Element styles ---------------------------------------------------------------------------------------*/
BODY {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	background-color: #FFFFFF;
}

TABLE 
{
border-color: #999999;
border-collapse:collapse;
color: #666666; 
font-family: arial;
font-size: 8pt;
}

TD 
{
border-color: #ffcc00;
}

SELECT, INPUT, TEXTAREA 
{
color: #333333;
font-family: Arial;
font-size: 8pt;
}

IMG
{
border-color: #666666;
}

HR 
{
color: #FFFFFF; 
width: 100%; 
height: 1px;
}

A:LINK, A:VISITED
{
color: #FF9900;
font-weight: bold;
font-family: arial;
font-size: 8pt;
text-decoration: none;
}

A:HOVER
{
color: #990000;
font-weight: bold;
font-family: arial;
font-size: 8pt;
text-decoration: none;
}

/*Custom links ----------------------------------------------------------------------------------------*/

A.b:LINK, A.b:VISITED
{
color: #333333; 
font-family: arial; 
font-size: 7pt; 
text-decoration: none;
}

A.b:HOVER
{
color: #990000; 
font-family: arial; 
font-size: 7pt; 
text-decoration: none;
}


A.c:LINK, A.c:VISITED
{
color: #666666; 
font-family: arial; 
font-size: 8pt; 
text-decoration: none;
font-weight: bold;
}

A.c:HOVER
{
color: #990000; 
font-family: arial; 
font-size: 8pt; 
text-decoration: none;
font-weight: bold;
}

A.d:LINK, A.d:VISITED
{
color: #FFFFFF; 
font-family: verdana; 
font-size: 8pt; 
text-decoration: none;
}

A.d:HOVER
{
color: #CCCCCC; 
font-family: verdana; 
font-size: 8pt; 
text-decoration: none;
}


/*Custom styles ----------------------------------------------------------------------------------------*/
.mainbg
{
background-color: #ffffff;
}

.blockbottombg
{
background-color: #EFEFEF;
}

/*Textbox styles ----------------------------------------------------------------------------------------*/

.textboxwhite
{
color: #666666; 
font-family: verdana; 
font-size: 7pt; 
text-decoration: none;
font-weight: normal;
border-style: solid;
width: 200;
}

/*Button styles ----------------------------------------------------------------------------------------*/

.buttonwhite
{
color: #666666;
background-color:#FFFFFF;
font-family: arial; 
font-size: 8pt; 
text-decoration: none;
font-weight: normal;
border: 1px solid;
border-color: #CCCCCC;
}


/* content style ------------------------------------------------------------------------------------*/
.contentheader
{
color: #990000;
font-weight: bold;
font-family: arial;
font-size: 8pt;
}

.header_orange
{
color: #ff9900;
font-weight: bold;
font-family: arial;
font-size: 8pt;
}

.contentheaderwhite
{
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold; 
color: #FFFFFF;
}

.contentsubheader
{
color: #666666;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
}

.smallcontent
{
color: #333333;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 7pt;
}