﻿/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#012643;
	text-decoration:underline;
}
a:link {
	text-decoration:underline;
	color:#012643
}
a:visited {
	text-decoration: none;
	color: #012643;
}
a:hover {
	text-decoration: underline;
	color:#3333CC;
}
a:active {
	text-decoration: none;
	color: #3333CC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0000CC;
	font-weight:bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#024c86;
	font-weight:bold;
}

.footer_style td, .footer_common div { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#000; }
.footer_h1 { font-weight:bold; }
.footer_sep { color:#999; }
a.footer_links:link, a.footer_links:visited { font-size:10px; color:#009; text-decoration:underline; }
a.footer_links:hover, a.footer_links:active { font-size:10px; color:#009; text-decoration:none; }