@media all {
A {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

A:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: black;
	background-color: #FFFF99;
}

A:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: none;
	color: black;
}

A:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: none;
	color: black;
}

H1 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: black;
}

P {
	font-family: Verdana, Arial, sans-serif;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: black;
}

P.button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	border-top: 2px solid #EEFFFF;
	border-bottom: 3px solid #366466;
	color: black;
	background-color: #99CCCC;
}

P.bodytext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: black;
	background-color: transparent;
}

}

