#content table.offer td.header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	height: 25px;
	color:white;
	border-bottom:1px solid #C4CEF5;
	text-align:center;
	background-color: #2D349A;
}

#content table.offer td.main {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 25px;
	color:white;
	border-bottom:1px solid #C4CEF5;
	text-align:center;
}

#content table.offer td.main a{
	color:white;
	text-decoration: underline;
}

#content table.offer td.main a:hover{
	color:#2D349A;
	text-decoration: none;
}

#content table.offer {
	border: 1px solid #C4CEF5;
	border-bottom:0px;
	width: 125px;
	margin-left: 10px;
	margin-bottom:10px;
	margin-top:10px;
}


