body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-size: 12px;
}
#pageContainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CC0000;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
	
.headerLine1 {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	line-height: 45px;
	text-align: center;
}
.headerLine2 {
	font-size: 13px;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
.headerDivider {
	background-image: url(images/top_divider.gif);
	height: 15px;
	line-height: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.pageFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	margin-top: 15px;
	padding: 2px;
	text-align: center;
	font-size: 11px;
	color: #000080;
}
.textRedBold {
	font-weight: bold;
	color: #CC0000;
}
.greymenu {
	font-size: 12px;
}
.sideMenu {
	background-image: url(images/sidemenu_bg.gif);
	width: 190px;
	padding: 5px;
	white-space: normal;
}
.sideMenu br {
	display: none;
}
.sideMenuHeader {
	background-image: url(images/sidemenu_top.gif);
	width: 200px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.sideMenu a.top_selected {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	display: block;
	padding-top: 5px;
}
.sideMenu a.top_unselected {
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
}
.sideMenu a.child_selected {
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
}
.sideMenu a.child_unselected {
	font-size: 10px;
	font-weight: normal;
}
.sideMenu a.child_selected br {
	display: inline;
}
.sideMenu a.child_unselected br {
	display: inline;
}
.loginlink {
	font-size: 12px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}