/* ########### GENERAL TAG SELECTORS ####################################### */
body {
	margin: 0px;
}
ul {
	padding-left: 24px;
}
li {
	margin-bottom: 6px;
}
a:link {
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #229EE6;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
div.ClearBoth {
	line-height: 0px;
	clear: both;
	height: 0px;
}
h1 {
	line-height: normal;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #274080;
	margin: 0px;
	text-align: left;
}
h2 {
	line-height: normal;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin-top: 20px;
}
h3 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color:#274080;
	margin-top: 20px;
}
h4 {
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #274080;
	margin-top: 20px;
}

/* ########### PAGE FRAME SELECTORS ######################################## */

div#PageFrame {
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #FFF;
}

/* ########### SITE-WIDE NAVIGATION SELECTORS ############################## */
div#SiteNavigation {
	position: absolute;
	margin: 0px;
	padding-left: 46px;
	top: 120px;
	line-height: 20px;
	height: 20px;
	font-size: 11px;
	color: #373D93;
	text-align: left;
}

div#SiteNavigation a:link {
	text-decoration: none;
	color: #373D93;
}
div#SiteNavigation a:hover {
	text-decoration: underline;
}
div#SiteNavigation a:visited {
	text-decoration: none;
}
div#SiteNavigation a.Active {
	text-decoration: none;
	color: #DC8400;
}
div#SiteNavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#SiteNavigation li {
	display: inline;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FDF259;
	padding-right: 8px;
	margin-right: 8px;
}
div#SiteNavigation li.LastItem {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ########### PAGE CONTENT SELECTORS ###################################### */
div#PageContent {
	top: 162px;
	width: 752px;
	margin-top: 6px;
	font-size: 12px;
	padding-right: 4px;
	padding-left: 4px;
}
div#PageContent div.NewsTopic {
	background-color: #E0FFFF;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #E7E7E7;
}
div#PageContent div.NewsTopic h1 {
	font-size: 12px;
	margin-bottom: 4px;
}
div#PageContent div.NewsTopic table {
	border: 1px solid #CCC;
	background-color: #FFF;
}
div#PageContent div.NewsTopic th {
	font-weight: normal;
}
div#PageContent div.ReportPic {
	clear: right;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
div#PageContent div.ReportPic img {
}

/* ########### PAGE FOOTER SELECTORS ####################################### */
div#PageFooter {
	color: #666;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.pic-right {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 2px;
	border: 1px solid #CCC;
}
