/* CSS Basic Document */
body
{
	margin: 0px 10px 0px 10px;
	padding:0px;
	background-color:#e3e3e3;
    font-weight: normal; 
	font-size: 15px; 
	font-style: normal; 
	font-family: verdana; 

}
.menu_table td
{
border-bottom:1px solid #1E69BC;
height:27.5px;
padding-left:12px;
}



td  {  
	font-family: verdana; 
	font-size: 15px; 
	color: #000000; 
	line-height: 20px;}
	
	
UL {  
     	margin:2;
     padding-left:30px; padding-right:5px; padding-top:10px; padding-bottom:3px; }
     
LI {  
     	margin:2;
        padding-top:3px; padding-bottom:3px; }
	
.offer_box
{
	margin-top: 20px;
}

.border_bottom
{
border-bottom:1px dotted #333333;
}



/* CSS Background image Document */
.header_image
{
background:url('../images/header_bg.jpg') no-repeat left top;
height: 175px;
}

h1 { 
	font-weight: bold; 
	font-size: 18px; 
	color: #3C55B9; 
	font-family: verdana; 
	text-decoration: none; }
    
h2 { 
	font-size: 16px; 
	color: #0e1b92; 
	font-family: verdana; 
	text-decoration: none; }


h3 { 
	font-size: 15px; 
	color: #0e1b92; 
	font-family: Georgia; 
	text-decoration: none; }


/* CSS Background image Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.left_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 27.5px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #1E69BC;
	background-color:inherit;
	text-decoration: none;
	}
.left_link:hover
{
color:#41A9E8;
text-decoration:none;
background-color:inherit;
}