/* Main Setting to Control Default Display Settings */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: #000000;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
table{
	font-size: 11px;
	line-height: 15px;
}
form{
	margin: 0px;
	padding: 0px;
}
h1{
	margin: 0px;
	padding: 0px;
}
h2{
	margin: 0px;
	padding: 0px;
}
ol{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
ul{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.formfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663366;
	font-size: 11px;
}
/* Shell Styles */
.nav-area{
	width: 169px;
	background-image:   url(    );
	background-repeat: no-repeat;
}
.content-area{
    background-color: #e2e2e2;
	padding-top: 0px;
	padding-right: 66px;
	padding-bottom: 66px;
	padding-left: 66px;
	width: 600px;
	font-color: #000000;
}
/* Link Hovers */
.link {
	cursor: hand;
}
a:link {
	color: #4a9898;
	text-decoration: underline;
}
a:visited {
	color: #4a9898;
	text-decoration: underline;
}
a:hover {
	color: #oooooo;
	text-decoration: underline;
}
a:active {
	color: #4a9898;
	text-decoration: underline;
}
a.nav:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 5px;
}
a.nav:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 5px;
}
a.nav:hover {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 5px;
}
a.nav:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	padding-bottom: 5px;
}
/* Site Map Links */
a.foot:link {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
	padding-bottom: 5px;
}
a.foot:visited {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
	padding-bottom: 5px;
}
a.foot:hover {
	color: #4066cf;
	text-decoration: underline;
	font-size: 10px;
	padding-bottom: 5px;
}
a.foot:active {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10px;
	padding-bottom: 5px;
}
a.site:link {
	color: #4066cf;
	text-decoration: underline;
	font-size: 8px;
	padding-bottom: 5px;
	padding-top: 10px;
}
a.site:visited {
	color: #4066cf;
	text-decoration: underline;
	font-size: 8px;
	padding-bottom: 5px;
	padding-top: 10px;
}
a.site:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 8px;
	padding-bottom: 5px;
	padding-top: 10px;
}
a.site:active {
	color: #4066cf;
	text-decoration: underline;
	font-size: 8px;
	padding-bottom: 5px;
	padding-top: 10px;
}
/* Text Formats */
.message{
	color: #990000;
	font-weight: bold;
	padding-bottom: 10px;
}
.title-page{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 10px;
	color: #000000;
}
.title-cnt{
	font-size: 17px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 21px;
	color: #000000;
}
.title-sm{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #000000;
}
.font-sm{
	font-size: 10px;
}
/* Background Colors */
.bg-title{	
	background-color: #AFDADC;
	padding: 5px 5px 3px;
}
.bg-xltteal{	
	background-color: #ECF4F6;
}
.bg-ltteal{	
	background-color: #AFDADC;
}
.bg-ltppl{	
	background-color: #E3D5E3;
}
/* Paddings */
.t-5{
	padding-top: 5px;
}
.t-3{
	padding-top: 3px;
}
.l-10{
	padding-left: 10px;
}
.r-10{
	padding-right: 10px;
}
.all-5{
	padding: 5px;
}