/* CSS Document */

.topics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
.head_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #F00;
}
.head_red2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #F00;
}

.text{
	width: auto;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #000000;
	
}

.text_white{
	width: auto;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #ffffff;
}
.textnolink{
	width: auto;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #ffffff;
}

.text_light{
	width: auto;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
}

A.textwhite:link, A.textwhite:visited, A.textwhite:active{
	width: auto;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #ffffff;
	
}

A.textwhite:hover {text-decoration: underline; color: white;}
