@charset "UTF-8";
/* CSS Document */

.text-normal {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.text-header{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}
.text-header-blue{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.text-header-white{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.text-header-red {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.text-subhead {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

