/* Overall Link Style */

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #aab8fa;
}
a:active {
	text-decoration: none;
}

body {
	background: url(/images/layout/structure/bkg_vig.gif);
	background-repeat: no-repeat;
	background-color: #0b528e;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}


/* Website Body Styles */

.text {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
}
.text a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.text a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.text a:hover {
	text-decoration: underline;
	color: #aab8fa;
}
.text a:active {
	text-decoration: underline;
}

.textbold {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 140%;
	color: #FFFFFF;
}

/*Subheads */


.subhead1 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.subhead2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}


/* Latest News */

.textsmall {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
}

.textsmallBold {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
}

/* Menu Head Style*/

.submenuheader {
	font-family: Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.submenuBold {
	font-family: Verdana;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


/* submenu-left Style - white links on darker blue panel */


.submenu {
	font-family: Verdana;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}
.submenu a:link {
	font-family: Verdana;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}
.submenu a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
.submenu a:hover {
	text-decoration: underline;
}
.submenu a:active {
	text-decoration: none;
}



/* Other Styles */


.sectiontitle {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #6c96bb;
}

.pagetitle {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.bodytitle {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

.copyright {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
}
.copyright a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.copyright a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.copyright a:active {
	text-decoration: underline;
}

.caption {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12px;
}