td { 
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12pt; 
} 

h1, .h1 {
	font-weight: bold;
	color: #0000FF;
	font-size: 11pt; 
	margin-bottom: 10px;
}

h2, .h2 {
	font-weight: bold; 
	font-size: 9pt; 
}

h4, .h4 { 
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9pt;
}

h5, .h5 { 
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9pt;
}

h6, .h6 { 
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14pt;
	margin: 0px;
}

a, a:visited {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

.footer,a.footer,a.footer:visited { 
	font-weight: normal;
	font-size: 8pt;
	color: #ffffff; 
	text-decoration: none;
	padding-right: 10px;
}
a.footer:hover { 
	text-decoration: underline;
}

.leftmenupadding { 
	padding-top: 20px;
	padding-bottom: 20px;
}

.contentpadding { 
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.bluetext {
	color: #0000FF;
}