P {
	font : normal small-caps 13px Verdana;
	font-size : 13px;
	font-family : Verdana;
	font-variant : small-caps;
	letter-spacing : 1px;
	text-decoration : none;
	font-weight : bold;
}
DIV {
	font : normal normal Verdana;
	font-size : 11px;
	font-family : Verdana;
	font-weight : normal;
}
INPUT {
	font-size : 11px;
	border : thin solid Silver;
	background-color : white;
}
A {
	color : black;
	text-decoration: none;
}
A:HOVER {
	color : #4D5F6F;
	text-decoration: underline;
}
SELECT {
	font-size : 11px;
	font-family : Verdana;
	font-weight : normal;	
	border : thin solid #D0D9E2;
	background-color : #F9F9D2;
}

