/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;

	}
#top {
	width: 740px;
	height: 286px;
	}
#body {
	width: 720px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 10px;
	}
.form2 {
	width: 190px;
	border: 1px solid #4B6E92;
	background-color: #EFEFEF;
	padding-left: 5px;
	font-family: tahoma, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	font-weight: 100;
	margin-bottom: 2px;
	margin-top: 2px;
	}
	
td, body, select, textarea, input {
	font-family: verdana;
	font-size: 8pt;
	color: #F00;
		}
p {
	font-family: verdana;
	font-size: 14px;
	margin: 7;
	color: #FFF;
		}
.required {
			color: red;
			font-weight: bold;
		}
.heading {
			font-size: 10pt;
			font-weight: bold;
			color: #000000;
		}

