/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #975c70;
}
table{
	font-size: 8pt;
	line-height: 11pt;
	color: #684450;
}
form{
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 16pt;
	line-height: normal;
	font-weight: bold;
	color: #684450;
}
h2{
	font-size: 14pt;
	line-height: normal;
	font-weight: bold;
	color: #684450;
}
h3{
	font-size: 12pt;
	line-height: 15pt;
	font-weight: bold;
	color: #684450;
	margin-top:-0px;
    margin-bottom:-0px;
}
/*
ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
*/
.formfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #684450;
	font-size: 8pt;
}
/* Main Shell Styles */
.content-area{
	width: 690px;
	padding: 12px;
	background-color: #ede0e4;
}
.navigation-area{
	background-color: #ceb0bb;
	width: 185px;
}

/* Link Hovers */
a:link {
	color: #684450;
	text-decoration: underline;
}
a:visited {
	color: #784e5e;
	text-decoration: underline;
}
a:hover {
	color: #684450;
	text-decoration: underline;
}
a:active {
	color: #684450;
	text-decoration: underline;
}
a.nav:link {
	color: #684450;
	text-decoration: none;
	font-size: 12pt;
	line-height: 18pt;
}
a.nav:visited {
	color: #684450;
	text-decoration: none;
	font-size: 12pt;
	line-height: 18pt;
}
a.nav:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 12pt;
	line-height: 18pt;
}
a.nav:active {
	color: #684450;
	text-decoration: none;
	font-size: 12pt;
	line-height: 18pt;
}

/* Text Formats */
.message{
	color: #990000;
	font-weight: bold;
	padding-bottom: 10pt;
}
.title-page{
	font-size: 18pt;
	font-weight: bold;
	line-height: 18pt;
	color: #684450;
}
.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;
}
