.Submit_Button {
	background-color: #be7900;
	height: 25px;
	font-family: Arial; 
	font-weight : bold;
	font-style : normal;
	color : White;
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align : center;
	}
	
	
		
.HeaderNote {
	color : White;
	font-family: Arial; 
	font-weight : normal;
	font-style : italic;
	font-size : 10px;
	}
	
.HeaderText {
	color : White;
	font-weight : bold;
	font-style : normal;
	font-size : 18px;
	}
	
.Form_TextBox {
	width : 320px;
	margin-bottom : 2px;
	margin-top : 2px;
	}	
	
.SelectBox {
	width : 320px;
	margin-bottom : 2px;
	margin-top : 2px;
	}
	
.TextArea {
	width : 400px;
	height : 205px;
	color : Black;
	font-family: Arial; 
	font-size : 12px;
	}	