/* ---------------------------------------------------------------------------------------------------- */
/* scroll */
/* ---------------------------------------------------------------------------------------------------- */
body, .maindiv
{
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: lightgrey;
	SCROLLBAR-ARROW-COLOR: lightgrey;
	SCROLLBAR-TRACK-COLOR: white;
	SCROLLBAR-DARKSHADOW-COLOR: white;
}

/* ---------------------------------------------------------------------------------------------------- */
/* navigate */
/* ---------------------------------------------------------------------------------------------------- */
a.black_nav:link, a.black_nav:visited
{
	color:					black;
	font-family:			verdana, tahoma, sans-serif;
	font-size:				9pt;
	font-weight:			bold;
	text-decoration:	underline;
}

a.black_nav:hover
{
	color:					black;
	font-family:			verdana, tahoma, sans-serif;
	font-size:				9pt;
	font-weight:			bold;
	text-decoration:	underline;
}

a.white_nav2:link, a.white_nav2:visited
{
	color:					#FFFFFF;
	font-family:			verdana, tahoma, arial, sans-serif;
	font-size:				11pt;
	font-weight:			bold;
	text-decoration:		none;
}

a.white_nav2:hover
{
	color:					#FFFFFF;
	font-family:			verdana, tahoma, arial, sans-serif;
	font-size:				11pt;
	font-weight:			bold;
	text-decoration:		underline;
}

a.linkwhite7:link, a.linkwhite7:visited
{
	color:					#FFFFFF;
	font-family:			verdana, tahoma, arial, sans-serif;
	font-size:				7pt;
	font-weight:			normal;
	text-decoration:		underline;
}

a.linkwhite7:hover
{
	color:					white;
	font-family:			verdana, tahoma, arial, sans-serif;
	font-size:				7pt;
	font-weight:			normal;
	text-decoration:		none;
}

a.linkred9b:link, a.linkred9b:visited
{
	color:					red;
	font-family:			verdana, tahoma, arial, sans-serif;
	font-size:				9pt;
	font-weight:			bold;
	text-decoration:		underline;
}

a.linkred9b:hover
{
	color:					red;
	font-family:			verdana, tahoma, arial, sans-serif;
	font-size:				9pt;
	font-weight:			bold;
	text-decoration:		none;
}

a.navTop:link, a.navTop:visited
{
	color:						white;
	font-family:				arial, sans-serif;
	font-size:					8pt;
	font-weight:				bold;
	text-decoration:		none;
}
a.navTop:hover
{
	color:						white;
	font-family:				arial, sans-serif;
	font-size:					8pt;
	font-weight:				bold;
	text-decoration:		none;
}

a.navLeft:link, a.navLeft:visited
{
	border-top:				solid 1px red;
	color:						black;
	font-family:				verdana, tahoma, sans-serif;
	font-size:				9pt;
	font-weight:			bold;
	text-decoration:		none;
}
a.navLeft:hover
{
	color:						black;
	font-family:				verdana, tahoma, sans-serif;
	font-size:				9pt;
	font-weight:			bold;
	text-decoration:		none;
}

a:link, a:visited
{
	color:						#000066;
	font-family:				arial, sans-serif;
	font-size:					8pt;
	font-weight:				bold;
	text-decoration:		underline;
}
a:hover
{
	color:						#000066;
	font-family:				arial, sans-serif;
	font-size:					8pt;
	font-weight:				bold;
	text-decoration:		none;
}

a.title:link, a.title:visited
{
	color:						#000066;
	font-family:				arial, sans-serif;
	font-size:					9pt;
	font-weight:				bold;
	text-decoration:		none;
}
a.title:hover
{
	color:						#FFEECC;
	font-family:				arial, sans-serif;
	font-size:					9pt;
	font-weight:				bold;
	text-decoration:		none;
	background-color:	#000066;
}

a.asmall:link, a.asmall:visited
{
	color:						#000066;
	font-family:				arial, sans-serif;
	font-size:					7pt;
	font-weight:				bold;
	text-decoration:		underline;
}
a.asmall:hover
{
	color:						#000066;
	font-family:				arial, sans-serif;
	font-size:					7pt;
	font-weight:				bold;
	text-decoration:		none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* rest */
/* ---------------------------------------------------------------------------------------------------- */
.textred9
{
	color:						red;
	font-family:				verdana, tahoma, sans-serif;
	font-size:				9pt;
	font-weight:			bold;
	text-decoration:		none;
}

.textwhite7
{
	color:						white;
	font-family:				verdana, tahoma, sans-serif;
	font-size:				7pt;
	font-weight:			normal;
	text-decoration:		none;
}

.textwhite10b
{
	color:						white;
	font-family:				verdana, tahoma, sans-serif;
	font-size:				10pt;
	font-weight:			bold;
	text-decoration:		none;
}

body, p, td, .stdtext
{
	color:						white;
	font-family:				verdana, tahoma, sans-serif;
	font-size:				9pt;
	font-weight:			normal;
	text-decoration:		none;
}

.head1
{
	color:						#da251c;
	font-family:				verdana, tahoma, sans-serif;
	font-size:				18pt;
	font-weight:			bold;
	text-decoration:		none;
}
.head2
{
	color:						#000000;
	font-family:				verdana, tahoma, sans-serif;
	font-size:					12pt;
	font-weight:				bold;
	text-decoration:		none;
}
.head3
{
	color:						#5185C5;
	font-family:				arial, sans-serif;
	font-size:					12pt;
	font-weight:				bold;
	text-decoration:		none;
	font-style:				italic;
}
.head4
{
	color:						#000066;
	font-family:				arial, sans-serif;
	font-size:					10pt;
	font-weight:				bold;
	text-decoration:		none;
}

.orange_tahoma10b
{
	font: 10pt tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
}

