/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	background-color: #ADADAD;
	background-image: url(/images/bg-main.gif);
	background-repeat: repeat;
}
table{
	font-size: 8pt;
	line-height: 11pt;
	color: #333333;
}

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: #333333;
	font-size: 8pt;
}
/* Main Shell Styles */
.main-outline{
	background-color: #FFFFFF;
	border-top: 5px solid #DD0000;
	border-right: 2px solid #DD0000;
	border-bottom: 5px solid #DD0000;
	border-left: 2px solid #DD0000;
}
.content-area{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	width:516px;
}

.header-indent{
	background-color: #00006A;
	border-top-width: 4px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #FFFFFF;
	border-style: solid;
}
.header-top{
	background-image:  url("/images/hd-tp-shadow.gif");
	background-repeat: repeat-x;
}
.navigation-area{
	background-color: #EBEBEB;
	border: 1px solid #00006A;
	width:168px;
}
.nav-row{
	background-color: #F8F8F8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.address-padding{
	padding-top:5px;
	padding-bottom:15px;
	padding-left:8px;
	padding-right:2px;
}
.nav-left{
	background-image:  url("/images/nav-shadow-lft.gif");
	background-repeat: repeat-y;
}
.nav-right{
	background-image:  url("/images/nav-shadow-rt.gif");
	background-repeat: repeat-y;
}
.footer-area{
	background-color: #F8F8F8;
	padding: 5px;
	border: 1px solid #00006A;
	text-align: center;
}
.footer-right{
	background-image: url(/images/ft-nav-rt.gif);
	background-repeat: repeat-y;
}
.footer-indent{
	background-color: #00006A;
	border-bottom-width: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #FFFFFF;
	border-style: solid;
}
.vert-sepline-bg{
	background-image:  url(/images/line-down-lt-gray.gif);
	background-repeat: repeat-y;
	background-position: center;
}
/* Link Hovers */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #DD0000;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a.nav:link {
	color: #333333;
	text-decoration: none;
}
a.nav:visited {
	color: #333333;
	text-decoration: none;
}
a.nav:hover {
	color: #DD0000;
	text-decoration: none;
}
a.nav:active {
	color: #333333;
	text-decoration: none;
}

a.nav-special:link {
	color: #DD0000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
a.nav-special:visited {
	color: #DD0000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
a.nav-special:hover {
	color: #333333;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
a.nav-special:active {
	color: #DD0000;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
/* Text Formats */
.message{
	background-color: #DD0000;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 5px;
	margin: 10px 0;
}
.title{
	font-size: 15pt;
	font-weight: bold;
	line-height: 18pt;
	color: #DD0000;
	padding-bottom: 5px;
}
.title-med-red{
	font-size: 11pt;
	font-weight: bold;
	color: #DD0000;
	line-height: 14pt;
	padding-bottom: 5px;
}
.title-med-red2{
	font-size: 10pt;
	font-weight: bold;
	color: #DD0000;
	line-height: 14pt;
	padding-bottom: 5px;
}
.title-sm{
	font-size: 9pt;
	font-weight: bold;
	line-height: 11pt;
}
.title-big-blu{
	font-size: 13pt;
	font-weight: bold;
	color: #00006A;
	line-height: 16pt;
	padding-bottom: 5px;
}
.title-med-blu{
	font-size: 9pt;
	font-weight: bold;
	color: #00006A;
}
.title-sm-blu{
	font-size: 8pt;
	font-weight: bold;
	color: #00006A;
}
.font-sm{
	font-size: 7pt;
}
/* Text Background Colors */
.bg-black {
	background-color: #000000;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-red {
	background-color: #DD0000;
}
.bg-blue {
	background-color: #00006A;
}
.bg-lt-gray{
background-color:#F7F7F7;
}
.bg-button {
	background-color: #EFEFEF;
	padding: 5px;
}
/* Paddings */
.lr-10{
	padding-left: 10px;
	padding-right: 10px;
}
.all-3{
	padding: 3px;
}

.all-5{
	padding: 5px;
}
.l-10{
	padding-left: 10px;
}
.r-10{
	padding-right: 10px;
}
.l-5{
	padding-left: 5px;
}
.tb-5{
	padding-top: 5px;
	padding-bottom: 5px;	
}
.t-3{
	padding-top: 3px;
}
.t-5{
	padding-top: 5px;
}
.b-5{
	padding-bottom: 5px;	
}
.b-15{
	padding-bottom: 15px;	
}
.asterisk {
	color: #FF0000;
}