/* 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: repeat-x; 
	background-position: top left;
	}

td {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	}
	
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
	}

h6 {
	font-family:arial, helvetica, sans-serif; 
	color:#002A96; 
	font-size:14px; 
	font-weight:bold;
	border-bottom: solid 1px #CECECE;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px;
	}

small {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.footer {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

/* Navigation Styles*/
	
.nav {
	display: block; 
	font-size:12px; 
	padding: 8px 0px 8px 28px; 
	font-weight:normal; 
	color:#7D8DB5; 
	border-top: solid 1px #CECECE;
	}
	
a.nav:link {
	color:#002A96; 
	text-decoration:none
	}
	
a.nav:visited {
	color:#002A96;
	text-decoration:none; 
	font-weight:normal
	}
	
a.nav:hover {
	color:#7D8DB5; 
	text-decoration:none; 
	font-weight:normal
	}
	
.nav2 {
	display: block; 
	font-size:11px; 
	padding: 0px 0px 4px 34px; 
	font-weight:normal; 
	color:#7D8DB5; 
	}
	
a.nav2:link {
	color:#002A96; 
	text-decoration:none
	}
	
a.nav2:visited {
	color:#002A96;
	text-decoration:none; 
	font-weight:normal
	}
	
a.nav2:hover {
	color:#7D8DB5; 
	text-decoration:none; 
	font-weight:normal
	}
	
.Footer {
	display: block; 
	padding: 9px 10px 9px 10px; 
	font-weight:normal; 
	color:#7D8DB5; 
	background-color: #01118D;
	}
	
.Footer a:link {
	color:#FFFFFF; 
	font-size:9px;
	text-decoration:none
	}
	
.Footer a:visited {
	color:#FFFFFF;
	font-size:9px;
	text-decoration:none; 
	font-weight:normal
	}
	
.Footer a:hover {
	color:#7D8DB5; 
	font-size:9px;
	text-decoration:none; 
	font-weight:normal
	}
	
/* Layout Styles*/
	
.bodyL {
	background-image: url("/i/common/BodyBG-L.jpg"); 
	background-repeat: no-repeat; 
	background-position: top right;
	}

.bodyR {
	background-image: url("/i/common/BodyBG-R.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}

.main {
	background-image: url("/i/common/MainBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}
	
.MainBody {
	padding: 10px 20px;
	}
	
.SubL {
	background-image: url("/i/common/SubBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	padding: 2px 0px 5px 5px;
	}
	
.SubR {
	background-image: url("/i/common/SubBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top right;
	padding: 2px 5px 5px 0px;
	}

/* Home Page Layout Styles*/

.HomeR {
	background-image: url("/i/front/BodyBG-R.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}

.HomeBody {
	padding: 10px 10px;
	}

.HomeBodyL {
	padding: 10px 10px 10px 20px;
	}

.HomeHeaderPic {
	background-image: url("/i/HeaderPics/Home.jpg"); 
	background-repeat: no-repeat; 
	background-position: top right;
	}

.HomeMain {
	background-image: url("/i/front/MainBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}

/* Misc Styles */

.CorpTable td {
	border-top: solid 1px #D1D6EA;
	padding: 10px 0px;
	}
