/* general sets for default tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #333333;
	background-image: url(/images/bg-main.jpg);
	background-repeat: repeat-x;
	margin: 6px;
}
table{
	font-size: 8.5pt;
	line-height: 12pt;
}
.formfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 8.5pt;
}
form{
	margin: 0px;
	padding: 0px;
}
ul{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
ol{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1{
	padding: 0px;
	margin: 0px;
}
h2{
	padding: 0px;
	margin: 0px;
}
h3{
	padding: 0px;
	margin: 0px;
}

/* shell and general layout options */
.main-outline{
	border: 1px solid #999999;
}
.content-background{
	background-color: #FFFFFF;
	border: 1px solid #2A4094;
	padding: 15px;
	width:552px;
}
.nav-background{
	background-color: #E1E1E1;
	border: 1px solid #2A4094;
	padding-top:15px;
	padding-bottom:15px;
	width:160px;
}
.footer-area{
	padding: 5px;
	color: #CCCCCC;
	text-align:center;
}
.blu-ttl-bg{
	background-image:  url("/images/box-blu-bg.jpg");
	background-repeat: repeat-x;
	text-align:center;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size:10pt;
	color:#FFFFFF
}

/* link colors and options */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #364B93;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

a.nav:link {
	color: #002980;
	text-decoration: none;
}
a.nav:visited {
	color: #002980;
	text-decoration: none;
}
a.nav:hover {
	color: #D89D01;
	text-decoration: none;
}
a.nav:active {
	color: #002980;
	text-decoration: none;
}

/* background colors */
.bg-white{
	background-color: #FFFFFF;
}
.bg-ltgray{
	background-color: #E9E9E9;
}
.bg-gray{
	background-color: #E2E2E2;
}
.bg-xltgray{
	background-color: #F7F7F7;
}

/* padding options */
.all-5{
padding:5px
}
.all-3{
padding:3px
}
.lr-2{
	padding-left: 2px;
	padding-right: 2px;
}
.lr-10{
	padding-left: 10px;
	padding-right: 10px;
}
.lr-30{
	padding-left: 30px;
	padding-right: 30px;
}
.l-15{
padding-left: 15px;
}
.l-5{
padding-left: 5px;
}
.t-5{
padding-top: 5px;
}
.tb-5{
	padding-top: 5px;
	padding-bottom: 5px;
}
.b-5{
padding-bottom: 5px;
}
.b-3{
padding-bottom: 3px;
}
.b-10{
padding-bottom: 10px;
}


/* text style options */
.message{
	color: #990000;
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 10px;
}
.title-sm{
	font-size: 9pt;
	font-weight: bold;

}
.title{
	font-size: 10pt;
	font-weight: bold;
}
.title-w-pd{
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 5px;
}
.title-big{
	font-size: 13pt;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 16pt;
}
.title-page{
	font-size: 20pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 2px;
}
.sm-font{
	font-size: 7pt;
	line-height: 10pt;
}
	