/* Main Setting to Control Default Display Settings */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E3D5E3;
	color: #663366;
	margin-top: 20px;
	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 */
.main-outline{
	width: 747px;
	border-width: 0px 2px 0px;
	border-style: solid;
	border-color: #663366;
}
.nav-main{
	width: 249px;
	background-image:  url("/images/nav-btm_bg.gif");
	background-repeat: repeat-y;
	color: #FFFFFF;
}
.nav-lft{
	width: 31px;
	background-image:  url("/images/nav-lft_bg.gif");
	background-repeat: repeat-y;
}
.nav-rt{
	width: 18px;
	background-image:  url("/images/nav-rt_bg.gif");
	background-repeat: repeat-y;
}
.nav-area{
	padding-bottom: 15px;
	width: 200px;
	background-color: #FFFFFF;
}
.nav-normal{
	padding:5px 5px 5px 15px;
	width:100%;
	cursor: hand;
}
.nav-over{
	background-color: #F0E8F0;
	padding:5px 5px 5px 15px;
	width:100%;
	cursor: hand;
}
.content-area{
	background-color: #FFFFFF;
	padding: 20px;
	width: 443px;
	background-image:  url("/images/cnt-tp_bg.jpg");
	background-repeat: no-repeat;
	border-width: 1px 1px 0px;
	border-style: solid;
	border-color: #AD85AD;
}
.content-rt{
	background-image:  url("/images/cnt-rt_bg.gif");
	background-repeat: repeat-y;
}
.footer-area{
	padding: 0px 5px 5px;
	text-align: center;
	color: #996699;
	background-image:  url("/images/ft-mid.gif");
	background-repeat: no-repeat;
}
/* Link Hovers */
.link {
	cursor: hand;
}
a:link {
	color: #663366;
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: underline;
}
a:hover {
	color: #009C9C;
	text-decoration: underline;
}
a:active {
	color: #663366;
	text-decoration: underline;
}
a.nav:link {
	color: #996699;
	text-decoration: none;
}
a.nav:visited {
	color: #996699;
	text-decoration: none;
}
a.nav:hover {
	color: #663366;
	text-decoration: none;
}
a.nav:active {
	color: #996699;
	text-decoration: none;
}
/* 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;
}
.title-cnt{
	font-size: 17px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 21px;
}
.title-sm{
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
}
.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;
}