A:LINK, A:ACTIVE, A:VISITED {
	font-family : Verdana, sans-serif;
	color : navy;
	text-decoration: none;
}

A:HOVER {
	font-family : Verdana, sans-serif;
	color : #ff0000;
	text-decoration : underline;
}

H2 {
	font-family: Verdana, sans-serif;
	font-size : 18px;
	font-weight: bold;
	color: #000000;
}

P, BLOCKQUOTE, UL, LI {
	font-family : Verdana, sans-serif;
	font-size : 11.75px;
	color : Black;
}

EM {
	font-weight: bold;
	font-family : Verdana, sans-serif;
	font-size : 12.75px;
	color : Navy;
	font-style: normal;
}

SELECT,  INPUT {
	font-family : Verdana, sans-serif;
	font-size : 11.75px;
	border: solid #333366;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

TEXTAREA {
	font-family : Verdana, sans-serif;
	font-size : 11.75px;
}