/*----Main style---------------------------------------------------------*/
body {
	margin: 2px 2px 2px 2px;
	background-color:#F9F1DF;
}
a		{color: #742B15; text-decoration:none}
a:hover	{color: #FA6604; text-decoration:underline}
.main_content{
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	border:1px solid #FFFFFF; background-color:#ECEADB;
	padding: 3px 3px 3px 3px;
}
.double_heart{
	background: url(double_heart.gif) no-repeat;
  	height:30px;
	padding: 0px 3px 3px 32px;
}

td{
	font-family: tahoma, verdana, arial, sans-serif;font-size: 11px;
}
li{
	line-height: 150%; 
	list-style-image: url('home_arrow.gif');
}
.img-style {
  float:left;
  background: url(shadow.gif) no-repeat !important;
  background: url(shadow.gif) no-repeat;
  margin: 0px 0 0 0px !important;
  margin: 0px 0 0 0px;
  width:140px; height:97px;
}

.img-style img {
  display: block;
  border:0;
  position: relative;
  margin-left:7px; 
  margin-right:18px;
  margin-top:7px; 
  margin-bottom:10px
}



/*----Title and highlight style-----------------------------------------*/
h1	{font-size: 11pt;font-weight: bold;color: #EA620E;margin-top: 0px;margin-bottom: 0px;}
h2	{font-size: 11pt;font-weight: bold;color: #EA620E;margin-top: 0px;margin-bottom: 0px;}
h3	{font-size: 10pt;font-weight: bold;margin-top: 0px;margin-bottom: 0px;}

.alert_box	   {border:1px solid #990000; background-color:#FFD9D9}
.note_text	   {font-size: 10px; color: #742B15; font-style:italic}
.grid_head		{ font-weight:bold; background-color:#F2812A}
.grid_light		{background-color:#ECEADB}
.grid_dark		{background-color:#E1DEC6}


/*------Form style---------------------------------------------------------*/
input,textarea,select{
	color: #000000;
	font-family: tahoma, verdana, arial, sans-serif;	
	font-size: 11px;
	padding-left: 1px;
	border:1px solid #742B15; background-color:#FFFFFF;
}
.check_box{
	width:15px; height:15px;
	border:0px; background-color:#ECEADB;
	
}
.form_required {font-size:8pt; background-color:#FFFF66}
.form_button   {
	border: 1px solid #FFFFFF;
	background-image: url('button.gif');
	height:20px;
	font-size:8pt;
	font-weight:bold;
	color: #FFFFFF;
}
.form_field_caption{
	padding-left:20px;
}
/*------END Form style---------------------------------------------------------*/


