/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #7E93C2;
	background-image: url(/images/bg-main.jpg);
	background-repeat: repeat-x;
}
table{
	font-size: 8.5pt;
	line-height: 12pt;
	color: #000000;
}
p{
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}
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: #000000;
	font-size: 8.5pt;
}
/* Main Shell Styles */
.content-area{
	background-color: #FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	width:449px;
}

.navigation-area{
	padding-top: 3px;
	padding-bottom:10px;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-area{
	padding:5px;
	color:#FFFFFF;
	text-align:center;
}
.rt-side-bg{
	background-image: url(/images/rt-bg.jpg);
	background-repeat: repeat-y;
	width:8px;
}
.ft-bar-bg{
	background-image: url(/images/ft-grad-bar.jpg);
	background-repeat: repeat-y;
}
/* Link Hovers */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #6D519C;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a.nav:link {
	color: #000000;
	text-decoration: none;
}
a.nav:visited {
	color: #000000;
	text-decoration: none;
}
a.nav:hover {
	color: #6D519C;
	text-decoration: none;
}
a.nav:active {
	color: #000000;
	text-decoration: none;
}
/* Text Formats */
.message{
	color: #990000;
	font-weight: bold;
	padding-bottom: 10pt;
}
.title{
	font-size: 15pt;
	font-weight: bold;
	line-height: 18pt;
	color:#391F65;
}
.title-md{
	font-size: 12pt;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 15pt;
	color:#391F65;
}
.title-sm{
	font-size: 10pt;
	font-weight: bold;
	line-height: 13pt;
	color:#391F65;
}
.title-desc{
	font-size: 10pt;
	line-height: 13pt;
	color:#391F65;
}
.font-sm{
	font-size: 8pt;
}
/* Text Background Colors */
.bg-white {
	background-color: #FFFFFF;
}
.bg-light {
	background-color: #6D519C;
}
.bg-button {
	background-color: #543587;
	padding: 5px;
}
.bg-title-ltgray {
	background-color: #EFEFEF;
	padding: 3px;
}
.bg-title-gray {
	background-color: #E1E1E1;
	padding: 3px;
}
/* Paddings */
.title-bar{
	padding-top: 3px;
	padding-bottom: 15px;	
}
.tb-3{
	padding-top: 3px;
	padding-bottom: 3px;	
}
.b-5{
	padding-bottom: 5px;	
}
.b-3{
	padding-bottom: 3px;	
}
.tb-5{
	padding-top: 5px;
	padding-bottom: 5px;	
}
.tb-10{
	padding-top: 10px;
	padding-bottom: 10px;	
}
.b-10{
	padding-bottom: 10px;
}
.tb-bottom{
	padding-bottom: 10px;	
}
.lr-10{
	padding-left: 10px;
	padding-right: 10px;
}
.lr-5{
	padding-left: 5px;
	padding-right: 5px;
}
.all-3{
	padding: 3px;
}
.all-5{
	padding: 5px;
}
