/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background-color:#FFFFFF;
}
.menu_table td
{
border-bottom:1px solid #1E69BC;
height:27.5px;
padding-left:12px;
}
.offer_box
{
	margin-top: 20px;
}

.border_bottom
{
border-bottom:1px dotted #333333;
}



/* CSS Background image Document */
.header_image
{
background:url(../images/header_bg.jpg) left top no-repeat;
height:175px;
}

	table.cal {
		border : thin solid white;
		width : 200px;
	}
	
	td.navCal_date {
		font : 11.5px Verdana, Tahoma, Arial;
		text-align : center;
		text-decoration : none;
	}
	td.navCal_date_selected {
		font : 11.5px Verdana, Tahoma, Arial;
		text-align : center;
		text-decoration : none;
		background : #FFFFFF;
		font-weight : bold;
		border : green;
}
	td.navCal_colhead {
		font-size : 12px;
		text-align : center;
		color : #000000;
		background : #FFFFFF;
		text-decoration : none;
	}
	td.navCal_blank {
		font-size : 11px;
		text-align : center;
		text-decoration : none;
	}	
	a:link.navCal {
		font : 11.5px Verdana, Tahoma, Arial;
		text-align : center;
		text-decoration : none;
		border-bottom : none;
	}
	a:visited.navCal {
		font : 11.5px Verdana, Tahoma, Arial;
		text-align : center;
		text-decoration : none;
		border-bottom : none;
	}
	a:active.navCal {
		font : 11.5px Verdana, Tahoma, Arial;
		color : maroon;
		text-align : center;
		text-decoration : none;
		border-bottom : none;
	}
	a:hover.navCal {
		font : 11.5px Verdana, Tahoma, Arial;
		color : silver;
		text-align : center;
		text-decoration : none;
		border-bottom : none;
		background : #FFFFFF;
	}

	.postTitle {
		font : bold 1.5em;
		font-family:Georgia, "Times New Roman", Times, serif;
		border-bottom : none;
		color : #666666;
	}



/* 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: #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;
	}
td.left_header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	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;
}
