/* CSS Document */
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#CE0205;
	font-size:18px;
}

.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#003C6E;
	font-size:14px;
}
.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	font-size:16px;
}
.important{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#CE0205;
	font-size:14px;
}	
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
}

hr{
	color:#CE0205;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	color: #000066;
}

a:hover{ 
	text-decoration:underline;
	}
	
a:visited {
	color: #3366FF;
}
.blue{
	background-color:#003C6E;
}
