/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(/shell/);
	background-repeat: repeat;
}
table{
	font-size: 8pt;
	line-height: 11pt;
	color: #000000;
}

form{
	margin: 0px;
	padding: 0px;
}
h1{
	margin: 0px;
	padding-bottom: 0x;
	line-height: 20pt;
	color: 006766;
}
.message {
	font-size: 12pt;
	font-weight: bold;
	color: #F00;
	line-height: normal;
}

h2{
	margin: 0px;
	padding: 0px;
}
h3 {
	line-height: normal;
}

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: #;
	border: 1px solid #ffffff;
}
.content-area{
    width: 710px;
	padding: 12px;
	background-color:#FFFFFF;
}
.navigation-area{
    width: 184px;
	background-image: url(/images/nav-bg.jpg);
	background-repeat: no-repeat;
}

/* Link Hovers */
a:link {
	color: #006766;
	text-decoration: underline;
}
a:visited {
	color: #006766;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #006766;
	text-decoration: underline;
}

/* Nav Hovers */
a.nav:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold
}
a.nav:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold
}
a.nav:hover {
	color: #CCC;
	text-decoration: none;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold
}
a.nav:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: bold
}

/* footer Hovers */
a.foot:link {
	color: #ffffff;
	text-decoration: underline;
}
a.foot:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.foot:hover {
	color: #006766;
	text-decoration: underline;
}
a.foot:active {
	color: #ffffff;
	text-decoration: underline;

/* Text Formats */
.message{
	color: #990000;
	font-weight: bold;
	padding-bottom: 10pt;
}
.title-page{
	font-size: 18pt;
	font-weight: bold;
	line-height: 18pt;
	color: #006766;
}
.title-lg{
	font-size: 15pt;
	font-weight: bold;
	line-height: 18pt;
	padding-bottom:5px;
}
.title-md{
	font-size: 12pt;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 15pt;
}
.title-md2{
	font-size: 12pt;
	padding-bottom: 2px;
	font-weight: bold;
	line-height: 15pt;
}
.title-sm{
	font-size: 9pt;
	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;
}
h5 {
	font-size: 16pt;
	color: #F00;
}
h6 {
	font-size: 12pt;
}
