BODY  {
	background-color : #FFFFFF;
	color : #FFFFFF;
}

A  {color : #FFFF99;font-size : 10pt;font-weight : normal;font-family : Verdana;text-decoration : none; }
A:Visited  {color : #FFFF99;font-weight : normal;}
A:Active  {color : #FFFF99;font-size : 10pt;font-weight : normal;font-family : Verdana;text-decoration : underline;}
A:Hover  {text-decoration : underline;color : #FFC400;font-weight : normal;}

A.address  {color : #FFFF99;font-size : 8pt;font-weight : normal;text-decoration : none;}
A.address:Visited  {color : #FFFF99;font-size : 8pt;font-weight : normal;}
A.address:Active  {color : #FFFF99;font-size : 8pt;font-weight : normal;text-decoration : underline;}
A.address:Hover  {color : #FFC400;font-size : 8pt;font-weight : normal;text-decoration : underline;}

TD {
	color : #FFFFFF;
}

DIV.address {
	color : #FFFFFF;
	font-size : 8pt;
	font-weight : normal;
	font-family : "Verdana";
	text-decoration : none;
}

DIV.text {
	color : #FFFFFF;
	font-size : 11pt;
	font-weight : normal;
	font-family : "Times New Roman";
	text-decoration : none;
	text-align : justify;
}

DIV.textSans {
	color : #FFFFFF;
	font-size : 10pt;
	font-weight : normal;
	font-family : "Verdana";
	text-decoration : none;
	text-align : justify;
}

DIV.header {
	color : #b0eeff;
	font-size : 10pt;
	font-weight : bold;
	font-family : "Verdana";
	text-decoration : underline;
}

DIV.textSans2 {
	color : #FFFFFF;
	font-size : 10pt;
	font-weight : bold;
	font-family : "Verdana";
	text-decoration : none;
}

DIV.copyright {
	color : #333333;
	font-size : 8pt;
	font-family : "Verdana";
}

DIV.indent {
	color : #FFFFFF;
	font-size : 11pt;
	font-weight : normal;
	font-family : "Times New Roman";
	text-decoration : none;
	position : relative;
	left : 5%;
	overflow-x : inherit;
	width : 90%;
	text-align : justify;
}

UL.yellow {
	color : #FFFF99;
}

UL.white {
	color : #FFFFFF;
}

U {
	text-decoration : underline;
}

.login {
display:block;
width: 100%;
text-align: right;
padding: 2px 0;
}

.login a {
color: #006981;
font-weight:bold;
text-decoration:underline;
}