@charset "utf-8";
body {
	background-image: url(images/siteBkg.gif);
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: #67839E;
	background-repeat: repeat-x;
}
body,td,p,text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h1 {
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 1.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5B1613;
}
h2 {
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 1.6em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #003366;
}
h3 {
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#333333;
}
h4 {
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color: #CC0000;
}

.header {
	height: 157px;
	width: 950px;
	top: 0px;
	margin-left:auto;
	margin-right:auto;
}
.menu {
	width: 230px;
	top: auto;
}
.menu_title {
	font-size: 12px;
	font-weight: bold;
	color: #122438;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.menu_title a {
	color: #122438;
	text-decoration:none;
}
.menu ul {
	margin-bottom: 3px;
	margin-top: 3px;
}
.menu li {
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-left: -15px;
	list-style-position: inside;
	list-style-type: none;
}
.menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
.content_main {
	width: 720px;
	background-color:#FFFFFF;
	padding: 0px 7px 7px 7px;
}
.content_box_main {
	border-right: #21436B solid 1px;
	border-bottom: #21436B solid 1px;
	border-left: #21436B solid 1px;
	padding: 7px;
	min-height:620px;
	height: 620px;
}
.copyright {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	line-height: 19px;
}
.copypipe {color:#003366; margin:0 8px 0 8px; font-size:11px;}
.big800 {font-size: 14px; font-weight:bold; line-height:18px;}
.alignrighttext {
	float: right;
	right: 0px;
	text-align: right;
}

.bluetext {color:#3366CC;}

table.chart {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: #67839E;
	border-collapse: collapse;
	background-color: white;
}
table.chart td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #67839E;
	background-color: white;
	-moz-border-radius: ;
}
a img {border: none;}

