/* CSS Document */
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#000066;
margin-left:.4cm;
font-weight: bold;
}
h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#000066;
margin-left:.4cm;
margin-top: .1cm;
margin-bottom:.1cm;
font-weight:400;
}
h4 {
font-family:Verdana, Tahoma, sans;
font-size:12px;
font-weight:bold;
color:#000066;
margin-left:.2cm;
margin-right:.2cm;
margin-top: .1cm;
margin-bottom:.1cm;
}
h5 {
font-family:Verdana, Tahoma, sans;
font-size:12px;
color:#FFFFFF;
margin-left:.2cm;
margin-right:.2cm;
margin-top: .1cm;
margin-bottom:.1cm;
}
h6 {
font-family:Verdana, Tahoma, sans;
font-size:10px;
font-weight:400;
color:#000066;
margin-left:.2cm;
margin-right:.2cm;
margin-top: .2cm;
margin-bottom:.2cm;
}

p {
font-family:Verdana, Tahoma, sans;
font-size:12px;
color:#000066;
margin-left:.4cm;
margin-right:.4cm;
margin-top:.2cm;
margin-bottom:.2cm;
}
a:link {
text-decoration: none;
color:#9933CC;
}
a:active {
text-decoration: none;
color:#FF0099;
}
a:visited {
text-decoration: none;
color:#3399FF;
}
a:hover {
text-decoration: none;
color:#0000CC;
}
#important{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#CE248E;
	margin:0 6px;
	padding:6px;
	text-align:center;
}

