body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E3D62;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	list-style-type: square;
	text-transform: uppercase;

}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E3D62;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E3D62;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E3D62;
	text-decoration: underline;
}
