@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Verdana;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-main-page.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	line-height: 16px;
}
#divWrapper {
	padding: 0px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#divContainerTop {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #CCCCCC;
}


#divTopLeft {
	margin: 0px;
	padding: 16px 0px 0px 20px;
	float: left;
	height: 31px;
	width: 300px;
	font-size: 12px;
}
#divTopRight {
	margin: 0px;
	padding: 16px 20px 0px 0px;
	float: right;
	height: 31px;
	width: 500px;
	text-align: right;
}
#divTopRight a:link, #divTopRight a:visited, #divTopRight a:active {
	color: #999999;
	line-height: 16px;
}
#divTopRight a:hover {
	color: #990000;
}
#divContainerHeader {
	margin: 0px;
	padding: 0px;
	height: 147px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-header-page.jpg);
	background-repeat: repeat-x;
}
#divHeaderLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 147px;
	width: 139px;
}
#divHeaderRight {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 147px;
	width: 816px;
}
#divContainerInfo {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-info-area.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#divInfoLeft {
	margin: 0px;
	padding: 50px 0px 20px 39px;
	float: left;
	width: 259px;
}
#divInfoRight {
	margin: 0px;
	padding: 50px 39px 20px 0px;
	float: right;
	width: 615px;
}
#divHomeInfoBox1 {
	margin: 0px;
	padding: 50px 10px 20px 39px;
	float: left;
	width: 277px;
}
#divHomeInfoBox2 {
	margin: 0px 10px 0px 0px;
	padding: 50px 0px 20px;
	float: left;
	width: 299px;
}
#divHomeInfoBox3 {
	margin: 0px;
	padding: 50px 0px 20px;
	float: left;
	width: 299px;
}
.divTeaserBox {
	background-image: url(../images/teaser-box-gray-border.gif);
	background-repeat: no-repeat;
	height: 71px;
	width: 277px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #035C96;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
}

#divContainerFooter {
	margin: 0px 10px;
	padding: 15px 0px 0px 42px;
	height: 100px;
	background-image: url(../images/bg-footer-line.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 14px;
	color: #3399cc;
	background-color: #FFFFFF;
}

b {
	font-weight: bold;
}
i {
	font-style: italic;
}
.Italics {
	font-style: italic;
}
.TextSmall {
	font-size: 10px;
}



a:link {
	color: #003C77;
	text-decoration: underline;
}
a:visited {
	color: #003c77;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
h1 {
	color: #666666;
	font-size: 20px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}
h2 {
	font-weight: bold;
	color: #003399;
	margin-bottom: 5px;
	font-size: 15px;
	margin-top: 0px;
	line-height: 18px;
}
.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
.FlushLeft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	font-weight: bold;
	color: #0b7ac1;
	margin-bottom: 5px;
	font-size: 13px;
	margin-top: 0px;
	line-height: 15px;
}
h3 {
	font-weight: bold;
	color: #0b7ac1;
	margin-bottom: 5px;
	font-size: 13px;
	margin-top: 0px;
	line-height: 18px;
}
.Bold {
	font-weight: bold;
}
.tableMetrics {
	margin: 0px;
	padding: 5px;
	width: 605px;
}
.tableMetricsLeft {
	width: 350px;
	vertical-align: top;
	text-align: left;
	padding: 5px 5px 8px;
}
.tableMetricsRight {
	width: 230px;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.ListArrows {
	list-style-image: url(../images/arrow-list.gif);
}
