<style type="text/css">
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;}
	
.MenuTextLink {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-transform: capitalize;
	text-decoration: none;}

.ListTextLink {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;}	
	
input, button {
	background-color: #FFFFCC;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	border: 1 solid #000000;
	height: 20px;	}

.MenuItemList {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	height: 18px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
	height: 20px;
	list-style-image: none;
	vertical-align: middle;
	left: auto;
}	
			
</style>