body {
	margin: 0;
	padding: 0;
}
body, td, textarea {
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	font-size: 10pt;
}
h2 {
	font-size: 14pt;
	color: #103194;
}
h4 {
	font-size: 11pt;
}
h5 {
	font-size: 11pt;
	color: #103194;
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftcontent {
	margin: 20px 0px;
}
#content {
	margin: 20px 25px 20px 20px;
}
#footer {
	padding: 5px 20px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #103194;
}
.button {
	color: #103194;
	text-decoration: none;
	font-weight: bold;
}
.button_on {
	color: #999999;
	font-weight: bold;
}
.button:hover {
	color: #999999;
}
.subbtn {
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	margin: 0px 10px;
}
.subbtn_on {
	color: #C9C9C9;
	font-weight: bold;
	font-size: 9pt;
	margin: 0px 10px;
}
.subbtn:hover {
	color: #C9C9C9;
}
#submenu {
	background-image: url(/images/subbtn_background.gif);
	padding: 5px;
	border: 1px solid #103194;
}
.obc {
	color: #103194;
	font-weight: bold;
	text-decoration: none;
}
.obc:hover {
	color: #999999;
}
.odd {
	background-color: #DEDEFF;
}
.even {
	background-color: #FFFFFF;
}
.tblFmt {
	border: 1px solid #103194;
	width: 100%;
}
.tblHdr {
	background-color: #103194;
	color: #FFFFFF;
	font-weight: bold;
}
.footer {
	font-size: 8pt;
}
