body {
	color: #000000;
	background-color: #FFFFFF;

}
a {
	color: #003399;
	text-decoration: none;
}
a:link {
	color: #003399;
	text-decoration: none;
	font-style: normal;
}
a:link, span.MsoHyperlink { /* make same as regular to avoid Word-created html perverting css */
	color: #003399;
	text-decoration: none;
	font-style: normal;
}
a:visited {
	color: #003399;
	text-decoration: none;
	font-style: normal;
}
a:visited, span.MsoHyperlinkFollowed { /* make same as regular to avoid Word-created html perverting css */
	color: #003399;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
	font-style: normal;
}
a:active {
	color: #0099FF;
	text-decoration: underline;
	font-style: normal;
}
