body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0B6075;
	background-color: #2A97B2;
	background-image: url(/images/shell-graphics/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
table {
	font-size: 8.5pt;
	line-height: 11.5pt;
}
ul{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
ol{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1{
	padding: 0px;
	margin: 0px;
}
h2{
	padding: 0px;
	margin: 0px;
}
h3{
	padding: 0px;
	margin: 0px;
}
.formfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0B6075;
	font-size: 8pt;
}
form{
	margin: 0px;
	padding: 0px;
}
.navbg{
	background-image: url(/images/shell-graphics/nav-bg.jpg);
	background-repeat: repeat-y;
	padding-left: 13px;
}
.nav-dropshadow{
	background-image: url(/images/shell-graphics/nav-dropshadow.gif);
	background-repeat: repeat-y;
}
.nav-outline{
	background-color: #FFFFFF;
	border: 1px solid #1888A2;
}
.content-area{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:15px;
}
.right-dropshadow{
	background-image: url(/images/shell-graphics/con-right-side-bg.gif);
	background-repeat: repeat-y;
}
a:link {
	color: #0B6075;
	text-decoration: underline;
}
a:visited {
	color: #0B6075;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #0B6075;
	text-decoration: underline;
}
a.nav:link {
	color: #333333;
	text-decoration: none;
}
a.nav:visited {
	color: #333333;
	text-decoration: none;
}
a.nav:hover {
	color: #0B6075;
	text-decoration: none;
}
a.nav:active {
	color: #333333;
	text-decoration: none;
}
.message{
	color: #990000;
	font-weight: bold;
	padding-bottom: 10pt;
}
.title-big{
	color: #0C4958;
	font-size: 15pt;
	font-weight: bold;
	padding-bottom: 5px;
	line-height:normal;
}
.title{
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 3px;
}
.sm-title {
	font-size: 9pt;
	font-weight: bold;
}
.indent{
	padding-left: 15px;
	padding-bottom: 3px;
}
.b-10{
	padding-bottom: 10px;
	}
.r-5{
	padding-right: 5px;
}
.top-5{
	padding-top: 5px;
}
.top-3{
	padding-top: 3px;
}
.tb-3{
	padding-top: 3px;
	padding-bottom: 3px;	
}
.l-10{
	padding-left: 10px;
}
.lr-8{
	padding-left: 8px;
	padding-right: 8px;
}

.lr-15{
	padding-left: 15px;
	padding-right: 15px;
}
.all3{
	padding:3px;
}
.all5{
	padding:5px;
}

.bg-black {
	background-color: #000000;
}
.bg-xltblue {
	background-color: #FAFEFE;
}
.bg-xltgray{
	background-color: #F8F8F8;
	}
.bg-ltgray{
	background-color: #F0F0F0;
	}
.bg-gray{
	background-color: #E6E6E6;
	}
.bg-sample {
	background-color: #E3F5F9;
	background-image: url(/images/bg-sample.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #87D3E4;
}
/* Titles with Background Color Styles */
.t-area-lt{
	font-weight: bold;
	color: #0C4958;
	background-color: #C1E8F0;
	text-align: center;
	padding: 3px;
}
.t-area-med{
	font-weight: bold;
	color: #0C4958;
	background-color: #87D3E4;
	text-align: center;
	padding: 3px;
}
