body {
	margin: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a {
	color: #0A50A1;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #0A50A1;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #0A50A1;
	font-weight: bold;
	text-decoration:underline;
}
a:active {
	color: #0A50A1;
	font-weight: bold;
	text-decoration:underline;
}
ul {
	list-style-type: square;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #678DB2;
	border: 1px solid #094D97;
	padding: 1px;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #E2E7E9;
	border: 1px solid #999999;
	width: 100%;
	scrollbar-face-color: #E2E7E9;
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-shadow-color: #999999;	
}
.copyright {
	font-size: 9px;
	text-align: center;
}
.tableBody {
	margin: 0px;
	padding: 0px;
	width: 760px;
	border: 2px solid #000000;
}
.statusNavBar {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:none;
	background-color: #FF9900;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.statusNavBarLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:none;
}
.statusNavBarLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:none;
}
.statusNavBarLink:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:underline;
}
.statusNavBarLink:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:underline;
}
.menuBar {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
.menuBarLink {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
.menuBarLink:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
.menuBarLink:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration:underline;
}
.menuBarLink:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration:underline;
}
.menu {
	background-color: #3B6A95;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
}
.menuButton {
	background-image: url(../images/menuButtonUp.jpg);
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: hand;
}
.menuButtonDown {
	background-image: url(../images/menuButtonDown.jpg);
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: hand;
}
.menuLink {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.menuLink:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.menuLink:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:underline;
}
.menuLink:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:underline;
}
.date {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}
.pageTitle {
	background-image: url(../images/titleBackground.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.formTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/titleBackground.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
.formContainer {
	border: 2px solid #CCCCCC;
	text-align: left;
}
.formTable {
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.formRequiredField {
	color: #678DB2;
}
.formErrorField {
	color: #FF0000;
}
.languageBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
.languageBarLink {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:none;
	text-transform: capitalize;
}
.languageBarLink:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:none;
}
.languageBarLink:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:underline;
}
.languageBarLink:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration:underline;
}
/****************************************
 * BEGIN FORUM SECTION
 ****************************************/
.forumLink {
	color: #4C7AA0;
	font-weight: bold;
	font-size: 10px;
}
.forumLink:visited {
	color: #4C7AA0;
	font-weight: bold;
	font-size: 10px;
}
.forumLink:hover {
	color: #4C7AA0;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}
.forumLink:active {
	color: #4C7AA0;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}
.forumLinkBlack {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.forumLinkBlack:visited {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}
.forumLinkBlack:hover {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}
.forumLinkBlack:active {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}
.forumSeparator {
	border-top: 1px solid #F0F2F2;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.forumBorder {
	border: 1px solid #CFCFCF;
}
.forumDate {
	font-size: 9px;
	text-transform: capitalize;	
}

.forumGoToTop {
	color: #666666;
	font-weight: normal;
}
.forumGoToTopLink {
	color: #666666;
	font-weight: normal;
}
.forumGoToTopLink:visited {
	color: #666666;
	font-weight: normal;
	text-decoration:none;
}
.forumGoToTopLink:hover {
	color: #666666;
	font-weight: normal;
	text-decoration:underline;
}
.forumGoToTopLink:active {
	color: #666666;
	font-weight: normal;
	text-decoration:underline;
}

.forumBarReplyLink {
	color: #FFFFFF;
	font-weight: bold;
}
.forumBarReplyLink:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.forumBarReplyLink:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
.forumBarReplyLink:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

.forumBarPostLink {
	color: #FFFFFF;
	font-weight: bold;
}
.forumBarPostLink:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.forumBarPostLink:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
.forumBarPostLink:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
/* END FORUM SECTION */

