p/* CSS Document */

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.h_main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color:#7EA441;
	font-weight: bold;
}
.subheader-blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#1A96BC;
	font-weight: bold;
}
.subheader-green{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#7EA441;
	font-weight: bold;
}
.bold-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7EA441;
	font-weight: bold;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
