html,body,p,td,li,ul,div,span
{
	color: Black;
	font-size: 11px;
	font-family: "Arial", sans-serif;
	text-decoration: none;
	line-height: 14px;
	text-align: left;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #006699;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #006699;
}

em {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14 px;
}

a, a:link
{
	text-decoration: none;
	font-weight: 800;
	color: #000000;
}

a:visited { color: gray; }

a:hover
{
	color: #006699;
	text-decoration: underline;
}