/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2b447a;
}
table{
	font-size: 11pt;
	line-height: 14pt;
	color: #000041;
}

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: 8pt;
}
/* Main Shell Styles */
.main-outline{
	background-color: #;
	border: 0px solid #ffffff;
}
.content-area{
    width: 841px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color:#FFFFF0;
}
.right-side{
	background-image:  url(../images/right-side.jpg);
	background-repeat: repeat-y;
}
.left-side{
	background-image:  url(../images/left-side.jpg);
	background-repeat: repeat-y;
}

/* Link Hovers */
a:link {
	color: #000041;
	text-decoration: underline;
}
a:visited {
	color: #000041;
	text-decoration: underline;
}
a:hover {
	color: #cc6633;
	text-decoration: underline;
}
a:active {
	color: #000041;
	text-decoration: underline;
}


/* footer Hovers */
a.foot:link {
	color: #cc6633;
	text-decoration: none;
}
a.foot:visited {
	color: #cc6633;
	text-decoration: none;
}
a.foot:hover {
	color: #fffff0;
	text-decoration: none;
}
a.foot:active {
	color: #cc6633;
	text-decoration: none;

/* Text Formats */
.message{
	color: #990000;
	font-weight: bold;
	padding-bottom: 10pt;
}
.title-page{
	font-size: 18pt;
	font-weight: bold;
	line-height: 18pt;
	color: #000041;
}
.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;
}
