body {
	margin: 0px;
	padding: 0px;
}

body, caption, th, td, li, input, select {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
}

table {
	border: none;
	border-collapse: collapse; 
}

th, td {
	vertical-align: top;
}

h1 {
	font-size: 12pt;
}

h1 .SubHeader {
	font-size: 10pt;
	display: block;
}

h2 {
	font-size: 11pt;
}

h3 {
	font-size: 10pt;
}

h1, h2, h3, h4 {
	color: #6a6a6a;
}

.ImgAlignLeft {
	float: left;
	margin: 10px 10px 10px 0px;
}

.ImgAlignRight {
	float: right;
	margin: 0px 0px 10px 10px;
}

.VisualClear {
	clear: both;
}

a {
    color: #25467e;
	text-decoration: underline;
}

a:visited {
    color: #1f3a69;
}

a:hover {
    color: #4380e7;
}

li {
	padding-bottom: 5px;
}
/* Begin Main Content Styles */
.MainContentWrapper {
	padding: 10px 20px 20px 20px;
	min-height: 250px;
}

ul.RedDoubleArrows {
	list-style: none;
}

ul.RedDoubleArrows li {
	background: url(/images/icon_arrow.gif) no-repeat left top;	
	padding-left: 13px;
}

ul.PaperIcons {
	list-style: none;
}

ul.PaperIcons li {
	background: url(/images/icon_doc.gif) no-repeat left top;
	padding-left: 13px;
}

iframe {
	width: 100%;
	height: 450px;
}
/* End Main Content Styles */

/* Begin Homepage Styles */
.HPMainContentTbl .LeftColumn,
.HPMainContentTbl .RightColumn {
	width: 200px;
	text-align: center;
	font-size: 8pt;
}

.HPMainContentTbl .LeftColumn p,
.HPMainContentTbl .RightColumn p {
	margin: 5px 0px;
}

.HPModuleWrapper {
	margin-bottom: 40px;
	text-align: center;
}

.HPMainContentWrapper {
	padding: 0px 40px;
}

.HPIntro {
	border-top: 1px solid #315da8;
	border-bottom: 1px solid #315da8;
	margin-bottom: 15px;
	padding: 0px 20px 5px 20px;
	background: url(/images/Template/LeftToRightGradient.gif) repeat-y left top;
}

.HPIntro ul,
.HPIntro p {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Begin Homepage Latest News Styles */
.Divider {
	border-top: 1px solid #315da8;
}

.LatestNewsTbl {
	border-collapse: collapse;
	margin-left: 25px;
}

.LatestNewsTbl td {
	vertical-align: top;
	padding: 1px 5px 0px 5px;
	border: 1px solid #ffffff;
	font-size: 8pt;
}

.LatestNewsTbl img.Arrow {
	position: relative;
	bottom: 2px;
}

.LatestNewsTbl .Dates {
	background-color: #efefef;
}

.LatestNewsTbl .Details {
	background-color: #cccccc;
}

.LatestNewsTbl .More {
	background-color: #efefef;
}
/* End Homepage Latest News Styles */
/* End Homepage Styles */

/* Begin Site Map Table Styles */
.SiteMapTbl {
	border: none;
	padding: 2px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.SiteMapTbl a {
	font-size: 8pt;
	text-decoration: none;
}

.SiteMapHeaderRow td {
	padding-left: 5px;
	font-size: 8pt;
}

.SiteMapLinks ul {
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 5px;
	padding-left: 0px;
}

.SiteMapLinks ul li {
	list-style: url(/images/subarrow.gif) none;
	margin-left: 0px;
	padding-left: 0px;
}

.SiteMapLinks ul li ul li {
	list-style: url(/images/subarrow2.gif) none;
	margin-left: 0px;
	padding: 0px 10px 0px 0px;
}

.SiteMapLinks ul li ul li ul li {
	list-style: url(/images/subarrow3.gif) none;
	margin-left: 0px;
	padding-left: 0px;
}
/* End Site Map Table Styles */

/* Begin Dumase Page Styles */
.NumberSystem {
	padding-right: 10px;
}

.HighLightItem {
	background-color: #efefef;
	border: 1px solid #484848;
	padding: 5px 20px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.DataTbl {
	border-collapse: collapse;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.DataTbl caption {
	text-align: left;
	padding: 2px 5px;
	background-color: #484848;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-bottom: none;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.DataTbl th,
.DataTbl td {
	border: 1px solid #ffffff;
	padding: 2px 5px;
	vertical-align: top;
}

.DataTbl th {
	text-align: left;
	background-color: #cccccc;
	font-weight: bold;
}

.DataTbl td {
	background-color: #efefef;
}

td.SmallNoteTxt {
	padding: 5px 10px;
	font: italic 7.5pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
/* End Dumase Page Styles */