.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: F8BF45;
	text-decoration : none;
	text-align: left;
	font : bold;
}
.blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: Navy;
	text-decoration : none;
	text-align: center;
	font : bold;
}
.headerred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
	text-decoration : none;
	text-align: left;
	font : bold;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: White;
	text-decoration : none;
	text-align: left;
	vertical-align : top;
	line-height : 14px;
}

.text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000099;
	text-decoration : none;
	text-align: left;
	vertical-align : top;
	line-height : 14px;
}

.text3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000099;
	text-decoration : none;
	text-align: justify;
	vertical-align : top;
	line-height : 20px;
}


.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: Red;
	text-decoration : none;
	text-align: left;
	vertical-align : top;
	font-weight : bold;
}
.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: Red;
	text-decoration : none;
	text-align: left;
	vertical-align : top;
	font-weight : bold;
}

A {
	text-decoration: underline;
	color: Red;
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
}

A:Hover {
	text-decoration: underline;
	color: Red;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	font-size : 12px;
}


