/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 8px;
	background-color: #D6DDCD;
}
table{
	font-size: 8pt;
	line-height: 11pt;
	color: #333333;
}
form{
	margin: 0px;
	padding: 0px;
}
.main-shell{
	background-color: #A6B591;
	background-image: url(/images/bg-content.gif);
	background-repeat: repeat-y;
	padding: 5px;
	border: 2px solid #333333;
}
.content-shell{
	background-color: #E9EDE4;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}
.button-bg{
	background-image: url(/images/b-bg.gif);
	background-repeat: repeat-x;
}
.nav-ltgreen{
	background:#DCE1D5;
	padding: 5px;
}
.link-green{
	background:#D6DDCD;
	font-size: 9pt;
	font-weight: bold;
	padding:4px;
}
a:link {
	color: #0B3720;
	text-decoration: underline;
}
a:visited {
	color: #0B3720;
	text-decoration: underline;
}
a:hover {
	color: #177343;
	text-decoration: underline;
}
a:active {
	color: #0B3720;
	text-decoration: underline;
}
a.nav:link {
	color: #333333;
	text-decoration: none;
	font-size: 8pt;
}
a.nav:visited {
	color: #333333;
	text-decoration: none;
	font-size: 8pt;
}
a.nav:hover {
	color: #177343;
	text-decoration: none;
	font-size: 8pt;
}
a.nav:active {
	color: #333333;
	text-decoration: none;
	font-size: 8pt;
}
.formfield{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 8pt;
}
.message{
	color: #990000;
	font-weight: bold;
	padding-bottom: 10pt;
}


.bg-green{
background:#D6DDCD
}
.bg-ltgreen{
background:#DCE1D5
}
.greenbg-xbig{
	font-size: 15pt;
	font-weight: bold;
	background:#DCE1D5;
	padding:8px;
}
.top-5{
	padding-top: 5px;
}
.top-3{
	padding-top: 3px;
}
.tb-3{
	padding-top: 3px;
	padding-bottom: 3px;	
}
.lr-8{
	padding-left: 8px;
	padding-right: 8px;
}
.lr-3{
	padding-left: 3px;
	padding-right: 3px;
}
.all-5{
	padding: 5px;
}
.all-15{
	padding: 15px;
}

.title-xbig{
	font-size: 15pt;
	font-weight: bold;
}
.title-big{
	font-size: 15pt;
	font-weight: bold;
	padding-bottom: 10px;
}
.title{
	font-size: 9pt;
	font-weight: bold;
	padding-bottom: 3px;
}

.title-sm{
	font-size: 10pt;
}
.nav-sm{
	font-size: 8.5pt;
	font-weight: bold;
	text-align: center;
}

