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

body, div, p, td { font-family:Helvetica, Arial, Verdana,  sans-serif; font-size:13px; color:#000000; line-height:18px;}

body {margin:0px; background-color:#ffffff;}
.bodyText {padding:30px;}
.text {text-align:justify;}

h1 {font-size:27px; color: #69b037; font-weight:normal; margin-top:0px;}
h2 {font-size:18px; color: #0296c6; font-weight:normal;  }
h3 {font-size:16px;}
h4 {font-size:15px; color:#333; text-align:left;}

.successHead {font-size:14px; font-weight:bold;}
.green {color:#6aab12;}
.orange {color:#ec9c11;}


ul {padding-left:30px;}
li {margin-top:6px; text-align:left;}

a:link, a:active, a:visited {color: #0066cc; }
a:hover {color: #022b54;}

a.nav:link, a.nav:active, a.nav:visited {color: #8dc63f; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-left:1px; margin-right:1px;}
a.nav:hover{color: #ffffff; text-decoration:none;}

/* print styles */ 
.pageBreak {
	display: none;
}
@media screen {
	.showOnPrint {
		display: none;
	}	
}


