td { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt; 
} 


h1, .h1 {
	font-weight: bold;
	color: #000000;
	font-size: 12pt; 
}

.h1_greentitle {
	font-weight: bold;
	color: #0F3404;
	font-size: 12pt; 
}

h2, .h2 {
	font-weight: bold; 
	font-size: 9pt; 
}

h4, .h4 { 
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
}

h5, .h5 { 
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
}

h6, .h6 { 
	font-weight: bold;
	color: #000000;
	font-size: 14pt;
}

a, a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}


.footer,a.footer,a.footer:visited { 
	font-weight: normal;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
}
a.footer:hover { 
	text-decoration: underline;
}


.smalltext {
	color: #000000; 
	font-size: 7pt; 
	text-decoration: none;
}
.contactus-text {
	font-weight: bold;
	font-size: 12pt;
	color: #141D40;
	text-decoration: none;
}


/* CONTENT PADDINGS */
.padding-main {
	padding: 20px;
}

.padding-footer {
	padding-top:	4px;
	padding-bottom:	4px;
	padding-right:	8px;
}
