p
{
	color:#333333;
      font-family: arial, Helvetica, verdana, sans-serif;
}

body {
text-align:center;
}
/*#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
}*/

td
{
text-align:left;
}

A:link { text-decoration: none; color: #0066FF;}
A:visited { text-decoration: none; color: #0066FF;}
A:hover { text-decoration: underline; color: #3300FF; }

#requesttable {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFCC;
	border-color: #0000FF;
	border-style:solid;
	border-width:thin;
}
#requestsubtablebold {
	font-family: verdana;
	font-size: 11px;
	font-style:normal
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#requestsubtable {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight:normal;
	color: #333333;
	text-decoration: none;
}
.standardtable {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-style:none
}
.leadstable {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight:normal;
	color: #333333;
	text-decoration: none;
	border-style:none;
}
.formfield {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #555555;
	text-decoration: none;
	width:310px;
	font-weight:bold;
}
.requiredtext {
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color:#FF0000;
	font-weight:bold;
}
.exampletext {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color:#000000;
	font-weight:normal;
}
.headertext {
	font-family: verdana;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
}
.dropdownfield {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #555555;
	text-decoration: none;
	width:315px;
	font-weight:bold;
}
.otherfield {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #555555;
	text-decoration: none;
	width:250px;
	font-weight:bold;
}
#otherfield {
	width: 40%;
}
#btn_submit {
	background-image: url(images/btn_submit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 142px;
}
#btn_submit:hover {
	background-image: url(images/btn_submit2.jpg);
}
#btn_reset {
	background-image: url(images/btn_reset.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	width: 145px;
}
#btn_reset:hover {
	background-image: url(images/btn_reset2.jpg);
}

