/* Headings */
h1,h2,h4,h5,h6
{
	font:normal bold 1em/1em Arial,Helvetica;
}
h1
{
	margin-top:5px;
	font-size:1.3em;
}
h2
{
	font-size:1.2em;
}
h3
{
	font:normal bold 1em/1em Tahoma,Verdana,Arialm,sans-serif;
}
h4
{
	font-size:1.1em;
}
/* Content Links */
a:link {
	color: #004892;
	text-decoration:none;
	font-size: 18px;
}
a:visited {color: #666666; font-size: 18px;}
a:hover {text-decoration: underline; font-size: 18px;}
a:active {color: #004892; font-size: 18px;}


.imageleft { 
    float: left;
    margin: 5px 10px 5px 0px;
    }

.imageright { 
    float: right;
    margin: 5px 0px 5px 10px;
    }
.offers{
		width:100%;
}
	.offers th{
			font-size:1em;
			border-bottom:1px solid #AAA;
	}
	.offers td{
			width:46%;
			padding:2% 2% 2% 0;
			vertical-align:top;
	}
		.offers td.full
		{
			width:100%;
			padding:2% 0;
		}
.red{
		color:#F00;
}
