body
{
	color: #EF5E27;
	background: white;
	cursor: default;
	font-family: "Trebuchet MS", Verdana, Arial;
}

h1
{
	font-size: 22px;
	padding: 4px 0 4px 0;
	margin: 0 0 16px 0;
	clear: both;
	border-bottom: solid 1px white;
}

h2
{
	font-size: 16px;
	padding: 16px 0 4px 0;
	margin: 0 0 16px 0;
	clear: both;
	border-bottom: solid 1px white;
}

a
{
	color: #blue;
	font-size: 12px;
}

.controls label
{
	font-size: 12px;
}

select
{
	width: 120px;
	color: #0c0c0c;
	font: normal "Trebuchet MS", Verdana, Arial;
	vertical-align: middle;
}

ul
{
	padding: 0;
	margin: 0;
	padding-bottom: 24px;
}

ul li
{
	 float: left;
	 list-style: none;
	 margin-right: px;
	 text-decoration : none
}
a:visited { font-size : 9pt;
	 font: normal "Trebuchet MS", Verdana, Arial;
     text-decoration : none
}

a:hover { font-size : 9pt;
	 font: normal "Trebuchet MS", Verdana, Arial;
     color : #ffffff;
     text-decoration : none;
     background-color : #ef5e27;
)