body {
	color: black;
	background-color: white;
}
p {
}
td {
}
a:link {
	color: blue
}
a:visited {
	color: purple
}
a:hover {
	color: purple
}
a:active {
	color: red
}
h1 {
	color: #ca7a35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}
.bluetxt {
	color: #233657;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
.heading1 {
	color: #ca7a35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.boldtxt {
	font-weight: bold;
}
.heading2 {
	color: #ca7a35;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #3C588A;
	font-size: 12px;
	font-weight: bold;
}
.contact_form {
	/* background: url("../images/search-form1.jpg")no-repeat scroll 0 0 transparent;
    font: 14px/18px Arial,sans-serif; font-weight:bold;
 color:#fff;
    height: 414px;
    margin-top: 4px;
    overflow: hidden;
    padding-top: 94px;
    position: relative;
 width:223px;
 margin-left: 6px;
border: 0 none;
float:left;*/

    background-image: url("../images/search-form1.jpg");
	font: 14px/18px Arial, sans-serif;
	font-weight:bold;
	color:#fff;
	background-position:0px;
	background-repeat:no-repeat;
	height: 470px;
	margin-top: 4px;
	overflow: hidden;
/*	padding-top: 94px;*/
	position: relative;
	width:223px;
	margin-left: 6px;
	border: 0 none;
	float:left;
	padding:90px 10px 0 8px;
}
.rounded {
	height: 27px;
	padding: 1px 20px;
	width: 160px;
}
select.rounded {
	height: 27px;
	width: 203px;
 padding:0px;
}
.form_controls {
}
.btnimg {
 background:url("../images/button.png") no-repeat;
border:none;
color:#fff;
height:26px;
width:111px;
 cursor: pointer;
}

