.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: c8ab67;
	font-variant: small-caps;
}
.navText a:link {color: #c8ab67;text-decoration: none}
.navText a:visited {color: #c8ab67;text-decoration: none}
.navText a:active {color: #c8ab67;text-decoration: none}
.navText a:hover {color: #c8ab67;text-decoration: underline}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #765e3c;
}
.footer a:link {color: #765e3c;text-decoration: underline}
.footer a:visited {color: #765e3c;text-decoration: underline}
.footer a:active {color: #765e3c;text-decoration: underline}
.footer a:hover {color: #c8ab67;text-decoration: underline}
.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: c8ab67;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: 765e3c;
}
.bodyText a:link {color: #c8ab67;text-decoration: underline}
.bodyText a:visited {color: #c8ab67;text-decoration: underline}
.bodyText a:active {color: #c8ab67;text-decoration: underline}
.bodyText a:hover {color: #c8ab67;text-decoration: underline}
.liveText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C8AB67;
}
.liveText a:link {color: #990000;text-decoration: underline}
.liveText a:visited {color: #990000;text-decoration: underline}
.liveText a:active {color: #990000;text-decoration: underline}
.liveText a:hover {color: #c8ab67;text-decoration: underline}

#mainContent{
width:380px;
height:485px;
padding-top:3px;
overflow:auto;
margin-right:3px;
margin-top:3px;
scrollbar-arrow-color:#7A3609;
scrollbar-face-color:#C6AB66;
scrollbar-3dlight-color:#000;
scrollbar-darkshadow-color:#000;
scrollbar-track-color:#000;
scrollbar-highlight-color:#000;
scrollbar-shadow-color:#000;
}

#mainContentSub{
width:678px;
min-height:485px;
overflow:inherit;
padding:10px;
}
hr {
border : none;
border-top : dashed 1px #990000;
color : #990000;
background-color : #990000;
height : 1px;
}