/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 10px;	
	margin-right: 10px;	
	background-color: #7BA1F1;
	background-image:  url("/images1/shell/bg.jpg");
	background-repeat: repeat-x;
}
table{
	font-size: 8.5pt;
	line-height: 11pt;
	color: #333333;
}

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: #41392C;
	font-size: 8.5pt;
}
/* Main Shell Styles */
.content-area{
	padding:15px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.navigation-area{
	background-image:  url("/images1/shell/bg-nav.gif");
	background-repeat: repeat;
	width: 163px;
	border: 1px solid #BCBCBC;
	padding-top: 10px;
	padding-bottom: 25px
}
.footer{
	padding: 5px;
	background-image:  url("/images1/shell/bg-ft.gif");
	background-repeat: repeat;
	text-align:center;
}
.colm-div{
	background-image:  url("/images1/bx-medgray.gif");
	background-repeat: repeat-y;
	background-position: center;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
}
.row-div{
	background-image:  url("/images1/bx-ltblue-drop.gif");
	background-repeat: repeat-x;
	background-position: center center;
}
/* Link Hovers */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #002980;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a.nav:link {
	color: #333333;
	text-decoration: none;
}
a.nav:visited {
	color: #333333;
	text-decoration: none;
}
a.nav:hover {
	color: #002980;
	text-decoration: none;
}
a.nav:active {
	color: #333333;
	text-decoration: none;
}
/* Text Formats */
.message{
	color: #990000;
	font-weight: bold;
	padding-bottom: 10pt;
}
.title{
	font-size: 15pt;
	font-weight: bold;
	line-height: 18pt;
}
.title-md{
	font-size: 12pt;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 15pt;
}
.title-blue{
	color: #002980;
	font-size: 11pt;
	font-weight: bold;
	line-height: normal;
	padding-bottom:5px;
}
.title-smblue{
	font-size: 9pt;
	font-weight: bold;
	color: #002980;
}
.title-sm{
	font-size: 9pt;
	font-weight: bold;
}
.font-sm{
	font-size: 7pt;
}
.indent-25{
	text-indent: 25px;
}
/* Text Background Colors */
.bg-ltgold {
	background-color: #F7C600;
}
.bg-ltblue {
	background-color: #7BA1F1;
}
.bg-medblue {
	background-color: #003399;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-ltgray {
	background-color: #F7F7F7;
}
.bg-medgray {
	background-color: #E9E9E9;
}
/* Paddings */
.title-bar{
	padding-top: 5px;
	padding-bottom: 10px;	
}
.t-3{
	padding-top: 3px;
}
.t-5{
	padding-top: 5px;
}
.r-5{
	padding-right: 5px;
}
.b-10{
	padding-bottom: 10px;	
}
.b-5{
	padding-bottom: 5px;	
}
.tb-3{
	padding-top: 3px;
	padding-bottom: 3px;	
}
.tb-10{
	padding-top: 10px;
	padding-bottom: 10px;	
}
.tb-5{
	padding-top: 5px;
	padding-bottom: 5px;	
}
.r-10{
	padding-right: 10px;
}
.l-10{
	padding-left: 10px;
}
.lr-10{
	padding-left: 10px;
	padding-right: 10px;	
}
.all-3{
	padding: 3px;
}
.all-5{
	padding: 5px;
}

