/* Standard CSS Styles*/

body {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	background-image: url("/i/common/BodyBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top;
	background-color: #003290;
	}

td {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	color: #333333;
	}

a:link {
	color:#003290; 
	text-decoration:none;
	}

a:visited {
	color:#003290;
	text-decoration:none; 
	}

a:hover {
	color:#003290; 
	text-decoration:underline; 
	}

big {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}
	
strong {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}

small {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.footer a {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	padding-left: 20px;
	}

.footer a:link {
	color:#ADBDDB; 
	text-decoration:none
	}

.footer a:visited {
	color:#ADBDDB;
	text-decoration:none; 
	}

.footer a:hover {
	color:#FFFFFF; 
	text-decoration:none; 
	}

.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:10px;
	}

.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	color: #003290
	}

/* Navigation Styles*/

.nav b {
	display: block; 
	padding: 9px 0px 9px 18px; 
	color:#000000; 
	font-weight:normal; 
	}

.nav a {
	display: block; 
	padding: 9px 0px 9px 18px; 
	color:#003290; 
	font-weight:normal; 
	}

.nav a:link {
	color:#003290; 
	text-decoration:underline;
	}

.nav a:visited {
	color:#003290;
	text-decoration:underline; 
	}

.nav a:hover {
	color:#003290; 
	text-decoration:none; 
	}

.SubNav {
	margin: 0px 28px 0px 18px;
	border-top: dotted 1px #003290; 
	border-bottom: dotted 1px #003290; 
	}

.SubNav b {
	display: block; 
	padding: 9px 0px 9px 0px; 
	color:#000000; 
	font-weight:normal; 
	}

.SubNav a {
	display: block; 
	padding: 5px 0px 9px 10px; 
	color:#003290; 
	font-weight:normal; 
	}

.SubNav a:link {
	color:#003290; 
	text-decoration:none;
	}

.SubNav a:visited {
	color:#003290;
	text-decoration:none; 
	}

.SubNav a:hover {
	color:#000000; 
	text-decoration:none; 
	}

/* Page Layout Styles*/

.icons {
	padding: 0px 10px 5px 0px;
	}

.Main {
	background-color:FFFFFF;
	}

.MainText {
	padding: 0px 10px 10px 0px;
	}

.PageTitle {
	background-image: url("/i/common/PageTitleBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: right;
	background-color: #797C8F;
	}


/* Home Page Layout Styles*/

.HomeMain {
	padding: 0px 30px 20px 30px;
	background-color:F5F5F5;
	}

.HomeNews {
	padding: 0px 20px 20px 0px;
	background-color:F5F5F5;
	}

.news {
	background-image: url("/i/front/bullet.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	padding: 0px 0px 10px 16px;
	}

.news a:link {
	color:#003290; 
	text-decoration:none;
	}

.news a:visited {
	color:#003290;
	text-decoration:none; 
	}

.news a:hover {
	color:#003290; 
	text-decoration:underline; 
	}

.SubBox {
	background-color: #003290;
	padding: 0px 14px 10px 14px;
	border-top: solid 3px #FECA4C;
	}

