body {
	padding: 0px; 
	background: #ECCA49;
	margin: 0 auto;
	font-family: georgia, times new roman, arial; 
	font-size: 16px;	
	line-height: 150%;
	letter-spacing:0px;
	color:#333333;
}
h1 {
	font-family: georgia, times new roman, arial;
	font-size:16px;
	font-weight:700;
	color:#CCCCCC;
	margin-top:10px;
	margin-bottom:10px;
}
h2 {
	font-family: georgia, times new roman, arial;
	font-size: 12px;	
	line-height: 100%;
	letter-spacing:0px;
	color:#CCCCCC;
	font-weight:normal;	
	margin-top:10px;
	margin-bottom:10px;
}
h3 {
	font-family: georgia, times new roman, arial;
	font-size:24px;
	font-weight:bold;
	letter-spacing:0px;
	color:#C44428;
	margin-top:5px;
	margin-bottom:10px;
}
h4 {
	font-family: georgia, times new roman, arial;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0px;
	color:#000000;
	margin-top:0px;
	margin-bottom:5px;
}
a {
	text-decoration:underline;
	color:#404040;
	font-weight:bold;
}
td {
vertical-align:top;
}
ul, li {
  margin-top:0px;
  margin-left:10px;
  padding-left:10px;
  line-height:150%;
  margin-right:0px;
}
img {
  border:0;
}
.normal {
	font-family: georgia, times new roman, arial;
	font-size: 16px;	
	line-height: 150%;
	letter-spacing:0px;
	color:#666666;
}
.menu {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;	
	color:#FFFFFF;
}
.menu a {
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:hover {
	text-decoration:none;
	color:#C44428;
}

.small {
	font-size: 13px;	
	line-height: 150%;
}

.tiny {
	font-size: 11px;	
	line-height: 150%;
}

.form_field
{
	width: 250px;
	height: 22px;
	border: 1px solid #C44428;
	background-color: #F5F5F5;
	margin-top:0px;
	margin-bottom:3px;
	font-size: 12px;
	color: #333333;
	font-family:georgia, times new roman, arialf;
	padding-top:2px;
}
.text_box
{
	width: 250px;
	height: 300px;
	border: 1px solid #C44428;
	margin-top:0px;
	margin-bottom:3px;
	background-color: #F5F5F5;
	font-size: 12px;
	color: #333333;
	font-family:georgia, times new roman, arial;
	padding-top:2px;
}
.Submit
{
	background:#C44428;
	color: #FFFFFF;
	border: 1px solid #F5F5F5;
	font-family:georgia, times new roman, arial;
	font-weight:bold;
	font-size: 12px;
	width: 250px;
	height: 25px;
}
