/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #081156;
	background-image: url('../images/bg-fade.jpg');
	background-repeat: repeat-y;
	margin-width: 0;
	margin-height: 0;
}
table{
	font-size: 8pt;
	line-height: 11pt;
	color: #333333;
}

DIV.contentstuff {
	background: #9ccd42 url('../images/ct-bg.jpg') no-repeat;
}
form{
	margin: 0px;
	padding: 0px;
}
h1{
	margin: 0px;
	padding: 0px;
}
h2{
	margin: 0px;
	padding: 0px;
}
ul{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.formfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
}
/* Main Shell Styles */
.main-outline{
	background-color: #;
	border: 0px solid #fdf202;
}
.content-area{
	width: 720px;
	padding: 13px;
	background-color: 081156;	
}
.text-area{
	width: 655px;
	padding: 20px;
	background-color: ffffff;	
}
.navigation-area{
	background-color: #081156;
	width: 180px;
	border: 0px solid #00006A;
}

/* Nav Hovers */
a.nav:link {
	color: #ffffff;
	text-decoration: none;
}
a.nav:visited {
	color: #ffffff;
	text-decoration: none;
}
a.nav:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.nav:active {
	color: #ffffff;
	text-decoration: none;
}
/* email Nav Hovers */
a.email:link {
	color: #ffffff;
	text-decoration: none;
}
a.email:visited {
	color: #ffffff;
	text-decoration: none;
}
a.email:hover {
	color: #b60000;
	text-decoration: none;
}
a.email:active {
	color: #ffffff;
	text-decoration: none;
}
/* Link Hovers */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #b60000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

/* Text Formats */
.message{
	color: #081156;
	font-weight: bold;
	padding-bottom: 10pt;
}
.title-page{
	font-size: 18pt;
	font-weight: bold;
	line-height: 18pt;
	color: #081156;
}
.title-lg{
	font-size: 15pt;
	font-weight: bold;
	line-height: 18pt;
	padding-bottom:5px;
}
.title-md{
	font-size: 12pt;
	color: #081156;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 15pt;
}
.title-md2{
	font-size: 12pt;
	color: #b60000;
	padding-bottom: 2px;
	font-weight: bold;
	line-height: 15pt;
}
.title-sm{
	font-size: 9pt;
	color: #b60000;
	font-weight: bold;
}
.font-sm{
	font-size: 7.5pt;
}
/* Text Background Colors */
.bg-white {
	background-color: #FFFFFF;
}
.bg-red {
	background-color: #FF0000;
}
.bg-blue {
	background-color: #00006A;
}
.bg-ltgray {
	background-color: #EBEBEB;
}
.bg-xltgray {
	background-color: #F8F8F8;
}
.bg-gray {
	background-color: #CDCDCD;
}

/* Paddings */
.title-line{
	padding-top: 5px;
	padding-bottom: 15px;	
}
.lr-10{
	padding-left: 10px;
	padding-right: 10px;	
}
.r-15{
	padding-right: 15px;
}
.l-15{
	padding-left: 15px;
}
.tb-3{
	padding-top: 3px;
	padding-bottom: 3px;	
}
.tb-5{
	padding-top: 5px;
	padding-bottom: 5px;	
}
.t-5{
	padding-top: 5px;
}
.b-5{
	padding-bottom: 5px;
}
.all-3{
	padding: 3px;
}
.all-5{
	padding: 5px;
}
