/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background-color:#FFFFFF;
}
.menu_table td
{
border-bottom:1px solid #BBE469;
height:27.5px;
padding-left:12px;
}
.offer_box
{
margin:51px 0px 0px 21px;
}

.border_bottom
{
border-bottom:1px dotted  #2F7EB9;
}

h1
{
          font-size: 110%; 
          font-weight: bold; 
          MARGIN: 0px;

}

/* CSS Background image Document */
.header_image
{
background:url(../images/header_bg.jpg) left top no-repeat;
height:175px;
}







/* CSS Background image Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:  #27AB00;
	text-decoration: none;
}
.text_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:  #27AB00;
	background-color:inherit;
	}
.left_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #65AA01;
	background-color:inherit;
	text-decoration: none;
	}
.left_link:hover
{
color:#71C800;
text-decoration:none;
background-color:inherit;
}

