﻿/* CSS Document */

body,td,th,pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #F0F0F0;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #3468CB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3569CC;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
.mainMenu {
	height: 20px;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
}
.mainMenuInterior {
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
	font-size: 10px;
}
.mainMenuHome {
	font-size: 10px;
}
.sideMenuSpacer {
	padding: 10px 0px 10px 10px;
	text-align: left;
	vertical-align: top;
	list-style-type: disc;
	font-size: 10px;
}
.sideImage {
	vertical-align: bottom;
	list-style-type: disc;
	border-bottom: 1px solid #CCCCCC;
}
.sideBarStyle{
	vertical-align: top;
	background-color: #FFFFFF;
	border-right: 2px dashed #666666;
	border-left: 1px none #CCCCCC;
}
.bodyContentSpacer {
	padding: 0px 10px 10px;
	text-align: left;
	vertical-align: top;
}
.footerBorder {
	border: 1px solid #666666;
	height: 50px;
}
.mainBorderTop{
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	background-color: #FFFFFF;
}
.mainBorderMid{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
.mainBorderBot{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 50px;
	background-color: #FFFFFF;
}
.mainCopyrightText{
	font-size: 10px;
}
.TitleText {
	background-color: #3769CC;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
}
.blueHighlight {
	color: #0033FF;
	/*text-decoration: underline;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
}
.quoteBackground{
	background-color:#FFFFE6;
	padding: 5px;
}
.text_size_inside {
	width: 180px;
	padding: 4px 15px 0 0;
	margin: 0 0 0 0;
	font-size: 10px;
	color: #999999;
}
text_size_inside a:link {
	color: #333333;
	text-decoration: none;
}
.text_size_inside a:visited {
	color: #333333;
	text-decoration: none;
}
.text_size_inside a:hover {
	text-decoration: underline;
}
.text_size_inside a:active {
	color: #333333;
	text-decoration: none;
}
#top_nav .font11 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
	
#top_nav .font13 {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}
	
#top_nav .font15 {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
}