a:link {
	text-decoration: none;
	color: #3366cc;
}
a:visited {
	text-decoration: none;
	color: #3366cc;
}
a:hover {
	text-decoration: underline;
	color: #3366cc;
}
a:active {
	text-decoration: none;
	color: #3366cc;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 16px;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	background-color: #FFFFFF;
}

body, td, p {
	color: #000000;
	font-size: 12px; 
	line-height: 150%;
}

i {
	font-family: Times New Roman, Times;
	font-size: 14px; 
}

h1 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
}

h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
}