/* CSS Document */

h1     {
	color: #003366;
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 9px;
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom: 1px;
	margin-left: -8px;
	line-height: 30px;
	margin-top: 0px;
}


h2   {
	color: #336699;
	font-weight: bolder;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Swiss, SunSans-Regular;
}
p  { color: #545454; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-align: justify }
a  {
	color: #545454;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}

.footer  { color: #003366; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, sans-serif }

.footer a  { color: #003366; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, sans-serif }

.footer a:hover   { color: #336699}

.center { text-align: center; }
