.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #10155e;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 50px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #10155e;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #2B6497;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
	font-size: 18px;
	color: #4f91cd;
}
#main p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #434994;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #10155e;
}
#main a:link {
	color: #000099;
	text-decoration: underline;
}
#main a:visited {
	text-decoration: none;
	color: #000099;
}
#main a:hover {
	text-decoration: none;
	color: #003399;
	font-weight: bold;
}
#main a:active {
	text-decoration: none;
	color: #000099;
}

				
#main li {
	padding-bottom: 6px;
	list-style-type: disc;
	font-size: 14px;
}
#News p {font-family:Arial, Helvetica, sans-serif;
		 font-size:11px;
		 color:#333333;}
		
#News h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #2c70ae;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2c70ae;
	padding-bottom: 4px;
		 }
#News a:link {
	color: #2c70ae;
	text-decoration: none;
	font-weight: bold;
}
#News a:visited {
	text-decoration: none;
	color: #000099;
}
#News a:hover {
	text-decoration: underline;
	color: #003399;
	font-weight: normal;
}
#News a:active {
	text-decoration: none;
	color: #000099;
}
#main hr {
	color: #BED8F3;}

.required {
	color: #990000;
	font-weight: bold;
}
