<!--

BODY, TD{
	font-family : Verdana, Arial;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : white;
}

P{
	font-family : Verdana, Arial;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	color : white;
	text-align : justify;
}


INPUT{
	font-family : Verdana, Arial;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : black;
}

SELECT{
	font-family : Verdana, Arial;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color:white;
	background-color:black;
}

TEXTAREA{
	font-family : Verdana, Arial;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : black;
}

TD.contact{
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	color : white;
	background: #666666;
}

B {
	font-weight : bold;
}

H4 {
	font-size: 20px;
}

H6 {
	font-size: 14px;
}

A, A:LINK, A:VISITED{
	color : #999999;
}
A:ACTIVE, A:FOCUS, A:HOVER{
	color : white;
}
-->