body , td , p , li , dd , td {
	font-family: verdana, Arial, Helvetica, sans-serif;
	Font-Size : 12px;
	Font-Style : normal;
	color : rgb(0,0,0);
	}

img {  text-decoration: none
	}

H1 {
	Font-Size : 16pt;
	color : rgb(0,0,0);
	letter-spacing: 1pt;
	border : #000000 solid;
	border-width: 0px 0px 2px;
	}

A {
	color : rgb(0,0,0);
	Font-Style : none;
	Font-Weight : bold;
	text-decoration: underline;
	}

A:hover {
	color : rgb(255,255,255);
	Font-Style : none;
	text-decoration: none;
	}


A:alink{
	color: rgb(255,255,255);
	Font-Style : none;
	text-decoration: none;
	}

.img {
	border : #000000 solid;
	border-width: 1px 1px 1px 1px;
	}

.input {  
font: 10px Arial, Helvetica, sans-serif;
color: #000000;
background: #FF8E00;
<% if instr(UCASE(Request.ServerVariables("HTTP_USER_AGENT")), "MSIE" ) then %>
	border : #000000 solid;
	border-width: 1px 1px 1px 1px;
	margin: 0px 0px;
<% end if %>
	}
