.web-none {
	display:none;
	margin: 0px;
	padding: 0px;
}

/* Default Styles */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	color: #333333;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
table{
	font-size: 11px;
	line-height: 17px;
}
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;
	list-style-type: dot;
}
ul{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	list-style-type: dot;
}
li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: disc;
}
.formfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}


/* Main Shell Styles */
.main-outline{
	background-color: #004922;
	width: 742px;
	border: 1px solid #FFFFFF;
	padding: 2px;
}


/* Header Area Styles */
.hd-gray {
	background-color: #CCCCCC;
	width: 631px;
	height: 73px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	vertical-align:bottom;
	text-align:right;
}
.hd-grn {
	background-image: url("/images/shell/hd-grnbg.gif");
	background-repeat: repeat-x;
	width: 633px;
	height: 18px;
}


/* Side Styles */
.mn-lftbg{
	background-image:   url("/images/shell/mn-lftbg.gif");
	background-repeat: repeat-y;
	width: 10px;
}
.mn-midbg{
	background-image:   url("/images/shell/mn-midbg.gif");
	background-repeat: repeat-y;
	width: 15px;
}
.mn-rtbg{
	background-image:   url("/images/shell/mn-rtbg.gif");
	background-repeat: repeat-y;
	width: 10px;
}


/* Content Area Styles */
.cnt-area{
	background-color: #FFFFFF;
	padding: 20px;
	width: 664px;
	border: 2px solid #3A6E25;
}

/* Navigation Area Styles */
.nav-area{
	background-color: #F4F4F4;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 200px;
	color: #535353;
}
.nav-title{
	font-weight: bold;
	padding:5px;
	font-size: 13px;
	background-color: #E8E8E8;
}
.nav-info{	
	padding: 10px 3px 10px 10px;
	background-color: #E8E8E8;
}
.itemnormal{
	background-color: #F4F4F4;
	padding:3px 3px 3px 15px;
	cursor: hand;
}
.itemover{
	background-color: #CCCCCC;
	padding:3px;
	cursor: hand;
	padding:3px 3px 3px 15px;
}

.out {
	color: #CCCCCC;
	font-size: 10px;
	font-weight:normal;
}
/* Footer Area Styles */
.ft-area{
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
}
.ft-bg{
	background-image:   url("/images/shell/ft-bg.gif");
	background-repeat: repeat-x;
	width: 689px;
	height: 23px;
}
/* End Main Shell Styles */


/* Link Styles */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #004922;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a.nav:link {
	color: #535353;
	text-decoration: none;
}
a.nav:visited {
	color: #535353;
	text-decoration: none;
}
a.nav:hover {
	color: #004922;
	text-decoration: none;
}
a.nav:active {
	color: #535353;
	text-decoration: none;
}
a.out:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a.out:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a.out:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.out:active {
	color: #CCCCCC;
	text-decoration: underline;
}


/* Text Format Styles */
.message{
	color: #990000;
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 14px;
}
.font-white{
	color: #FFFFFF;
}

.title-page{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 5px;
}
.title-cnt{
	font-size: 17px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 21px;
}
.title-sm{
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}
.font-sm{
	font-size: 9px;
}

.font-norm{
	font-size: 11px;
	line-height: 17px;
	font-weight:normal;
}

/* Background Colors Styles */
.bg-field{	
	background-color: #F5F5F5;
	padding: 10px 5px 5px 10px;
}
.bg-gray{	
	background-color: #CCCCCC;
}
.bg-ltgray{	
	background-color: #E8E8E8;
}
.bg-white {
	background-color: #FFFFFF;
}


/* Padding Styles */
.t-5{
	padding-top: 5px;
}
.b-5{
	padding-bottom: 5px;
}
.t-10{
	padding-top: 10px;
}

.b-3{
	padding-bottom: 3px;
}

.l-10{
	padding-left: 10px;
}
.r-10{
	padding-right: 10px;
}
.all-5{
	padding: 5px;
}