<style type="text/css">

 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div { behavior: url(iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */

a {
	font-family : Tahoma;
	font-size : 8pt;
	color : #ffffff;
	text-decoration : none;
}
a:hover {
	font-family : Tahoma;
	font-size : 8pt;
	color : #ffffff;
	text-decoration : underline;
}

td{
	vertical-align:top;
	color:#ffffff;
	size:9pt;
}
body{
	background-color:#340800;
}


.form_data input {
	font-family : Tahoma;
	font-weight : bold;
	font-size : 7pt;
	color : #282828;
	background-color : #ffffff;
	border : 1px solid;
	border-color : #760000;
	vertical-align : middle;
	text-align : left;
}
.form_error {
	font-family : tahoma;
	font-size : 8pt;
	color : #962424;
	padding-left : 3px;
	font-weight : bold;
}
.form_ins{
	font-family : Tahoma;
	font-weight : bold;
	font-size : 9pt;
}
.form_right_required {
	font-family : Tahoma;
	font-weight : bold;
	font-size : 7pt;
	color : #ffffff;
	vertical-align : top;
	text-align : right;
	vertical-align : middle;
	padding : 3px;
}
.main_table{
	background-image:url(imgs/main.png);
	height:720;
	width:1044;
}

.nav a{
	text-decoration:none;
	font-family:arial;
	font-size:9pt;
	color:939393;
}
.nav a:hover{
	text-decoration:none;
	font-family:arial;
	font-size:9pt;
	color:636363;
}
.nav_current_step {
	color : #ffffff;
	font-family : Tahoma;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : underline;
}
.nav_future_step {
	color : #ffffff;
	font-family : Tahoma;
	font-size : 8pt;
	font-weight : bold;
}
.search_form_input {
	font-family : Tahoma;
	font-weight : bold;
	font-size : 7pt;
	color : #282828;
	background-color : #ffffff;
	border : 1px solid;
	border-color : #760000;
	vertical-align : middle;
	text-align : left;
}
.sign_up_title{
	font-family:Tahoma;
	font-size:10pt;
}
.title{
	font-family:Tahoma;
	font-size:12pt;
	font-weight:bold;	
}
.form_submit {
	font-size : 10pt;
	background-image : url('http://www.ourrealestatenetwork.com/imgs/top_titlebar.jpg');
	border : 1px solid #333333;
}
</style>