/* Main Setting */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px;
	background-color: #68b3e5;
	background-image:  url(/images/background.jpg);
	background-repeat: repeat-x;
	color: 000000;
}
table{
	font-size: 9pt;
	line-height: 13pt;
}
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: #653723;
	font-size: 9pt;
}

/* Main Shell Styles */
.content-area{
	background-color: #ffffff;
	padding: 20px;
	width: 900px;
}
.content-area img {
	margin: 5px;
}


/* Link Hovers */
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: underline;
}
a.nav:link {
	color: #003399;
	text-decoration: underline;
}

/* Text Formats */
.message{
	color: #990000;
	font-weight: bold;
	padding-bottom: 10pt;
}
.page-title{
	font-size: 18pt;
	font-weight: bold;
	line-height: 21pt;
}
.title-cnt{
	font-size: 12pt;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 15pt;
}
.title-md{
	font-size: 12pt;
	padding-bottom: 5px;
	padding-Top: 5px;
	font-weight: bold;
	line-height: 15pt;
}
.title-sm{
	font-size: 9pt;
	font-weight: bold;
}
.font-sm{
	font-size: 7.5pt;
}

/* Background Colors */
.bg-green {
	background-color: #cccc99;
}
.bg-light-cream {
	background-color: #ffffdf;
}
.bg-light {
	background-color: #ECF2F2;
}
.bg-xltgray {
	background-color: #F3F3F3;
}

/* Paddings */
.all-3{
	padding: 3px;
}
.all-5{
	padding: 5px;
}
.b-5{
	padding-bottom: 5px;
}
.tb5{
padding-top:5px;
padding-bottom:5px;
}
.t10{
padding-top:10px;
}
.content-area hr {
	clear: both;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #68b3e5;
	border-right-color: #68b3e5;
	border-bottom-color: #68b3e5;
	border-left-color: #68b3e5;
}
.clear {
	clear: both;
}
