/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	background-color: #FFFFFF;
	background-image: url(/images/bg-main.jpg);
	background-repeat: repeat-x;
	color: #161616;
}
table{
	font-size: 8pt;
	line-height: 11pt;
}
form{
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 18pt;
	font-weight: bold;
	line-height: 25pt;
	color:#660000;
}
h2{
	margin: 0px;
	padding: 0px;
}
h3{
	font-size: 8pt;
	font-weight: normal;
	line-height: 11pt;
}
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: #660000;
	border: 1px solid #FFFFFF;
	padding:8px;
}
.content-area{
	padding:15px;
	background-color:#FFFFFF;
}
.navigation-area{
	background-color: #F9F9F9;
	width: 150px;
}
.navigation-row{
	background-color: #126337;
	font-size: 8pt;
	padding:5px;
	font-weight: bold;
}
.footer-text{
	padding:5px;
	color: #666666;
}
/* Link Hovers */
a:link {
	color: #161616;
	text-decoration: underline;
}
a:visited {
	color: #161616;
	text-decoration: underline;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #161616;
	text-decoration: underline;
}
a.nav:link {
	color: #FFF;
	text-decoration: none;
}
a.nav:visited {
	color: #FFF;
	text-decoration: none;
}
a.nav:hover {
	color: #660000;
	text-decoration: none;
}
a.nav:active {
	color: #660000;
	text-decoration: none;
}
/* Text Formats */
.message{
	color: #CC0000;
	font-weight: bold;
	padding-bottom: 10pt;
	font-size: 9pt;
}
.page-title{
	font-size: 18pt;
	font-weight: bold;
	line-height: 25pt;
	color:#660000;
}
.txt-reddk{
	color:#660000;
}
.txt-red{
	color:#880018;
}
.title{
	font-size: 12pt;
	font-weight: bold;
}
.title-sm{
	font-size: 9pt;
	font-weight: bold;
}
.font-sm{
	font-size: 7pt;
}
/* Text Background Colors */
.bg-xltgray {
	background-color: #F7F7F7;
}
.bg-ltgray {
	background-color: #E7E7E7;
}
.bg-medred {
	background-color: #880018;
}
.bg-white {
	background-color: #FFFFFF;
}
/* Paddings */
.r-5{
	padding-right: 5px;
}
.l-10{
	padding-left: 10px;
}
.r-15{
	padding-right: 15px;
}
.r-10{
	padding-right: 10px;
}
.lr-10{
	padding-left: 10px;
	padding-right: 10px;	
}
.tb-5{
	padding-top: 5px;
	padding-bottom: 5px;	
}
.b-5{
	padding-bottom: 5px;	
}
.t-5{
	padding-top: 5px;	
}
.all-10{
	padding: 10px;
}
.all-5{
	padding: 5px;
}
.all-3{
	padding: 3px;
}#zero-margin {
	margin-top: 0px;
}
.nav-margin {
	margin-top: -15px;
}

