@charset "UTF-8";
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-image: url(images/background-gradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* CSS Document */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #2E5085;
}
h1 {
	font-size: 27px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}
.style2 {font-size: 12px}
.thirteen-BO {
	color: #00117F;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}
#container {
	position:relative;
	width:935px;
	height:500px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position:relative;
	width:935px;
	height:280px;
	z-index:1;
}
#nav {
	position:absolute;
	width:935px;
	height:20px;
	z-index:2;
	top: 280px;
	background-image: url(images/divider.jpg);
	background-repeat: repeat-x;
}
#content {
	position:absolute;
	width:935px;
	height:300px;
	z-index:3;
	top: 305px;
}
.twelve-BO {
	color: #2F4F84;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
.style9 {
	font-size: 10px
}
.eleven-gray {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.eleven-blue {
	font-size: 11px;
	color: #304F85;
}
