body, content, normal {
	font-family: arial,verdana,halvetica,sans-serif;
	font-weight:normal;
	color:#000000;
	font-size: 9pt;
	text-decoration: none;
}
td {
	font-weight:normal; 
	font-size: 9pt;
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: underline;
	color:#273A47;
}
a:hover {
	text-decoration: underline;
	color:#273A47;
}
.bold {
	font-weight: bold;
}
.hide {
	display: none;
}

.heading, a.heading:link, a.heading:visited, a.heading:hover {
	color:#273A47;
	font-weight: bold; 
	font-size: 14pt; 
	text-decoration: none;
}
.subheading, a.subheading:link, a.subheading:visited, a.subheading:hover {
	color:#273A47;
	font-size: 12pt; 
}
.subheadingBold, a.subheadingBold:link, a.subheadingBold:visited, a.subheadingBold:hover {
	color:#273A47;
	font-size: 12pt; 
	font-weight: bold; 
}

.heading2, a.heading2:link, a.heading2:visited, a.heading2:hover {
	color:#4F431F;
	font-weight: bold; 
	font-size: 14pt; 
	text-decoration: none;
}
.subheading2, a.subheading2:link, a.subheading2:visited, a.subheading2:hover {
	color:#4F431F;
	font-size: 12pt; 
}
.subheading2Bold, a.subheading2Bold:link, a.subheading2Bold:visited, a.subheading2Bold:hover {
	color:#4F431F;
	font-size: 12pt; 
	font-weight: bold; 
}

.small, a.small:link, a.small:visited, a.small:hover {
	font-size : 8pt;
}	

.altcolor {
	color: #273A47;	
}	
.altcolorBold {
	color: #273A47;	
	font-weight: bold; 
}

.altcolor2 {
	color: #4F431F;	
}	
.altcolor2Bold {
	color: #4F431F;	
	font-weight: bold; 
}	
	
.headerLink, a.headerLink:link, a.headerLink:visited, a.headerLink:hover {
	font-family: verdana,arial,halvetica,sans-serif;
	font-size : 10pt;
	font-weight: bold; 
	color: #D0BD83;
	text-decoration: none;
}
.footer, a.footer:link, a.footer:visited, a.footer:hover {
	font-family: verdana,arial,halvetica,sans-serif;
	font-size : 8pt;
	color: #333333;
}	
.logininputbox {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	height: 15px;
	border-top: 0px solid #273A47;
	border-right: 0px solid #273A47;
	border-bottom: 0px solid #273A47;
	border-left: 0px solid #273A47;
	background: url(../images/hdr_userLoginInputBox.gif) repeat-x;
	padding-left: 3px;
	padding-right: 3px;
	<cfif cgi.http_user_agent does not contain "4." and cgi.http_user_agent does not contain "msie">
		padding-top: 3px;
	<cfelse>
		padding-top: 2px;
	</cfif>
	padding-bottom: 1px;
	font-weight: normal;
	width: 161px;
}
.inputbox {
	font-size : 8pt;
	background: #ffffff;
	color: #000000;
	border-top: 1px solid #273A47;
	border-right: 1px solid #273A47;
	border-bottom: 1px solid #273A47;
	border-left: 1px solid #273A47;
}
.submit {
	font-size : 9pt;
	background: #B34205;
	color: #ffffff;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-weight: bold;
	padding: 3px;
}
.altcolorRed {
	color: Red;	
}	

.posted {
	color: #273A47;	
	font-weight: normal; 
	font-style: italic;
}