body{
	padding: 0px;
	margin: 0px;
}*{
	font-family: Trebuchet MS;
	font-size: 10pt;
	}
form{
	padding: 5px;
}
a{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 8pt;
text-decoration: none;
color: Blue;
padding: 2px;
}
a:hover{
	text-decoration: underline;
	padding: 2px;
	color: #FF4500;
}

input,select{
	width: 160px; /*	background: url(../images/bckgInput.gif);*/
	border: 1px solid #B8B8B8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;
}
.submit{
	background: #F24300;
	border: Black 1px solid;
	text-align: center;
	color: White;
	font: bold 8pt Verdana;
	height: 20px;
}

.page_title{
	font-family: Trebuchet MS;
	font-size: 15pt;
	color: #00008B;
	text-decoration: underline;
	font-weight: bold;
}
.radio{
	width: 20px;
	border: 0px solid white;
	background-color: White;
}

.select{
	border: 1px solid #FF4500;
}
