A:link { 
text-decoration: none;
font-family: verdana;
font-size: 12;
color: #FF9900
}

A:active {
font-size: 12;
font-family: verdana;
text-decoration: underline overline;
color: #FF9900
}

A:visited{
text-decoration: none;
font-family: verdana;
font-size: 12;
color: #FF9900
}

A:hover {
font-size: 12;
font-family: verdana;
color: #FFD95C
}


input.grey
{
	background-color: #FF9900;
	font-family: verdana; 
	font-weight: bold; 
	font-size: 10px; 
	color: black;
	width:120;
	border:1px solid;
    border-top-color:#000000;
    border-left-color:#000000;
    border-right-color:#000000;
    border-bottom-color:#000000;
    height: 18;
}
input.small
{
	font-family: verdana; 
	font-size: 11px; 
	color: black;
	width:150;
}

select.small
{
	font-family: verdana; 
	font-size: 11px; 
	color: black;
	width:150;
}
input.zip
{
	font-family: verdana; 
	font-size: 11px; 
	color: black;
	width:45;
}
input.location
{
	font-family: verdana; 
	font-size: 11px; 
	color: black;
	width:100;
}
input.attachment
{
	font-family: verdana; 
	font-size: 11px; 
	color: black;
	width:180;
}
textarea.small
{
	font-family: verdana; 
	font-size: 11px; 
	color: black;
	width:350;
	height:100px;
}