.h1 {
	font-family: Arial;
	font-size: 16px;
	color: #064281;
	font-weight: bold;
}
.h2 {
	font-family: Arial;
	color: Red;
	font-size: 16px;
	font-weight: bold;
}
.h3 {
	font-family: Arial;
	color: #064281;
	font-size: 15px;
	font-weight: bold;
	text-align : center;
}
.header {
	font-family: Arial;
	font-size: 14px;
	color: #FF003D;
	font-weight : bold;
}
.linkheader {
	font-family: Arial;
	font-size: 14px;
	color: Silver;
	font-weight : bold;
}
.body {
	font-family: Arial;
	font-size: 16px;
	color : #064281;
}
.bold {
	font-family: Arial;
	font-size: 15px;
	font : bold;
	color : #064281;
}
.footer  {
	font-family: arial;
	font-size: 15px;
	color : #064281;
}
.footer2  {
	font-family: arial;
	font-size: 11px;
	color : #064281;
	font-style : italic;
}
a:link {
	font-family: arial;
	color: #064281;
}
a:hover {
	font-family: Arial;
	color: Red;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	color: Red;
}
