@charset "utf-8";
/* CSS Document */

.plaintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0E6027;
}

.plaintextwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

h1,
.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0E6027;
}

.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

._nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../images/nav_btn_off.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration: none;
	margin: 2px;
}

a._nav:hover {
	color: #196726;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-image: url(../images/nav_btn_on.jpg);
	background-repeat: repeat-x;
	border: 1px solid #196726;
	margin: 2px;
}
.dotline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

label {border-bottom: 1px solid #CCC; font-family:Tahoma;font-size: 1em;}
label[for]	{background-color: inherit;width:20%;}
/*for IE6 */				
label.for {background-color: inherit;float:left;width:20%;}
textarea, select {border: 1px solid #C1C0B5;color: #555;font-size: 1em;}

.error {color:#CC0000;border: 1px dashed #CC0000;background: url(../img/icon_error.png) no-repeat left center;padding: 1.8em;font-weight: bold;}
.alert {color:#00CC00;border: 1px dashed #00CC00;background: url(../img/icon_yes.png) no-repeat left center;padding: 1.8em;font-weight: bold;}

body.print_table {font-family: Verdana, Arial, Helvetica, sans-serif; color: #0E6027; font-size: 12px;}
.print_table table {border: #0E6027 1px solid;}
.print {padding-left: 1.8em; background: transparent url(../img/printer.png) no-repeat;}

table.styledup {border-collapse: collapse; margin-bottom: 24px;}
	table.styledup thead th,
	table.styledup thead td {padding: 8px; font-weight: bold; text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0E6027; font-size: 12px;}
table.styledup td {padding: 4px; vertical-align: top; border: 1px; border-color:#CCCCCC;font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	font-weight: normal;	color: #0E6027;}
	
div.styledup_credits {}