/* CSS Basic Document */

body
{
margin:0px auto;
padding:0px;
background-color:#FFFFFF;
}

.menu_table td
{
border-bottom:1px solid #336699;
height:25px;
padding-left:12px;
}

.offer_box
{
margin-top: 5px;
}

.border_bottom
{
border-bottom:1px dotted #336699;
}


/* CSS Background image Document */


.left_link
{
	font-family: Century Gothic;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #336699;
	background-color:inherit;
	text-decoration: none;
	}
.left_link:hover
{
color:#C0C0C0;
text-decoration:none;
background-color:inherit;
}

