/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E2E2E2;
	background-image: url(/images/bg.gif);
	color: #333333;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;

}
table{
	font-size: 8.5pt;
	line-height: 11pt;
	font-weight:normal;
}
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;
}
.link {
	cursor: hand;
}
/* Main Shell Styles */
.header-area{
	padding: 5px 5px 8px;
	border-top: 2px solid #810100;
	border-right: 2px solid #810100;
	border-bottom: 0px none #810100;
	border-left: 2px solid #810100;
}
.content-area{
	width:549px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding:15px;
}
.content-shadow{
	background-image: url(/images/cnt-drop.gif);
	background-repeat: repeat-y;
}
.navigation-area{
	background-color: #EBEBEB;
	width:156px;
	border: 1px solid #000000;
}
.navigation-row{
	padding:5px;
	background-color: #F8F8F8;
}
.navigation-shadow{
	background-image: url(/images/nav-drop.gif);
	background-repeat: repeat-y;
}
.footer-area{
	text-align:center;
	padding: 5px;
	border-top: 0px none #810100;
	border-right: 2px solid #810100;
	border-bottom: 2px solid #810100;
	border-left: 2px solid #810100;
}
.outline{
	border: 1px solid #000000;
}
/* Link Hovers */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #810100;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a.nav:link {
	color: #333333;
	text-decoration: none;
}
a.nav:visited {
	color: #333333;
	text-decoration: none;
}
a.nav:hover {
	color: #810100;
	text-decoration: none;
}
a.nav:active {
	color: #333333;
	text-decoration: none;
}
/* Text Formats */
.message{
	color: #FF0000;
	font-weight: bold;
	padding-bottom: 10pt;
}
.title-page{
	font-size: 16pt;
	font-weight: bold;
	line-height: 18pt;
	padding-bottom:5px;
}
.title-line{
	padding-bottom:10px;
}
.title-cnt{
	font-size: 11pt;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 13pt;
	color: #810100;
}
.title-sm{
	font-size: 9pt;
	font-weight: bold;
	line-height: 11pt;
}
/* Text Background Colors */
.bg-dkred {
	background-color: #810100;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-ltgray {
	background-color: #F2F2F2;
}
.bg-gray {
	background-color: #EBEBEB;
}
/* Paddings */
.t-5{
	padding-top: 5px;
}
.t-3{
	padding-top: 3px;
}
.l-10{
	padding-left: 10px;
}
.l-5{
	padding-left: 5px;
}
.r-5{
	padding-right: 5px;
}
.r-10{
	padding-right: 10px;
}
.b-5{
	padding-bottom: 5px;
}
.b-20{
	padding-bottom: 20px;
}
.all-3{
	padding: 3px;
}
.all-5{
	padding: 5px;
}