/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 5px 0px;
	background-color: #990000;
	color: #333333;
}
table{
	font-size: 8.5pt;
	line-height: 12pt;
}

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: 8.5pt;
}

/* Main Shell Styles */
.main-outline{
	border: 1px solid #00009B;
	background-color: #EBEBEB;
	padding: 12px 5px;
	width: 724px;
	}

.hd-btm{
	background-image: url(/images/hd-btmbg.gif);
	background-repeat: repeat-x;
}
.hd-side{
	background-image: url(/images/hd-rtbg.gif);
	background-repeat: repeat-y;
}
.hd-bg{
	background-image: url(/images/hd-b3bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 8px;
	padding-bottom: 8px;
	vertical-align: bottom;
}
.nav-area{
	border: 1px solid #00009B;
	background-color: #D9E7FF;
	width: 173px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.nav-title{
	color: #9B0000;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 8pt;
}
.nav-item{
	background-color: #E8F1FF;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 8pt;
}
.nav-drop{
	background-image: url(/images/nav-dropbg.gif);
	background-repeat: repeat-y;
}
.cnt-area{
	border: 1px solid #00009B;
	background-color: #FFFFFF;
	width: 500px;
	padding: 20px;
	}
.cnt-drop{
	background-image: url(/images/cnt-dropbg.gif);
	background-repeat: repeat-y;
}
.ft-area{
	border: 1px solid #00009B;
	text-align: center;
	background-color: #FFFFFF;
	width: 712px;
	padding: 5px;
	}
.blue-outline{
	border: 1px solid #00009B;
	}

/* Link Hovers */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #9B0000;
	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: #9B0000;
	text-decoration: none;
}
a.nav:active {
	color: #333333;
	text-decoration: none;
}
a.hd:link {
	color: #00009B;
	text-decoration: none;
}
a.hd:visited {
	color: #00009B;
	text-decoration: none;
}
a.hd:hover {
	color: #642367;
	text-decoration: none;
}
a.hd:active {
	color: #00009B;
	text-decoration: none;
}
/* Text Formats */
.message{
	color: #FF0000;
	font-weight: bold;
	padding-bottom: 10pt;
}
.title-page{
	font-size: 16pt;
	font-weight: bold;
	line-height: 23pt;
	color:#9B0000;
	padding-bottom: 10px;
}
.title-lg{
	font-size: 16pt;
	font-weight: bold;
	line-height: 23pt;
	color:#9B0000;
	padding-bottom: 5px;
}
.title-med{
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
	color:#9B0000;
	padding-bottom: 5px;
}
.title-sm{
	font-size: 9.5pt;
	font-weight: bold;
}

/* Background Colors */
.bg-red {
	background-color: #FF0404;
}
.bg-ltgray {
	background-color: #F3F3F3;
}
.bg-gray {
	background-color: #EBEBEB;
}
/* Paddings */
.row-item{
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.all-3{
	padding: 3px;
}
.all-5{
	padding: 5px;
}
.b5 {
	padding-bottom: 5px;
}
.b10 {
	padding-bottom: 10px;
}
.l-10 {
	padding-left: 10px;
}
.l-20 {
	padding-left: 20px;
}
.r-10 {
	padding-right: 10px;
}
.t-5{
	padding-top: 5px;
}
.t-3{
	padding-top: 3px;
}.redfont {
	color: #9B0000;
}
