td,th,p,div {font-family: Trebuchet MS,Verdana,Arial,Geneva,Helvetica;
             font-size: 10pt;}

b {color: #0D2D04;}

h1 {font-size: 11pt;
    color: #0D2D04;
    font-style: italic;}
	
div.leftImage, div.rightImage
{
	width:270px;
	height:165px;
	text-align:center;
	float:left;
margin-right:10px;
}

div.leftImage img, div.rightImage img
{
	display:block;
}

div.rightImage
{
	float:right;
    margin-right:0px;
    margin-left:10px;
}

/* Tariff ---------------------------------------------- */

div.table {
	
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

table.tariff {
	
	width: 100%;
	border: 1px solid #dddddd;
}

table.tariff td, table.tariff th {
	
	padding: 6px;
}

th.title {
	
	font-size: 13px;
	text-align: center;
	background-color: #ececec;
	color: #454545;
}

th.season {
	
	width: 33%;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	color: #5a5a5a;
}

th.blue, th.red, th.green {
	
	font-size: 13px;
	text-align: center;
	color: #fff;
}


th.blue { background-color: #205776; }
th.red { background-color: #ae0021; }
th.green { background-color: #37794a;}

td.daily {
	
	background-color: #454545;
	color: #fff;
	text-align: center;
	text-transform: lowercase;
	font-variant: small-caps;
	border-right: 1px dotted #2e2e2e;
	letter-spacing: 1px;
	font-weight: bold;
}

td.last, th.last { border-right: 0 !important; }

td.price {
	
	font-size: 12px;
	text-align: center;
	color: #111111;
}

td.blue { background-color: #d8e8f1; border-right: 1px dotted #9bc1d9; border-bottom: 1px dotted #9bc1d9; }
td.red { background-color: #f3d1d7; border-right: 1px dotted #e2a1ad; border-bottom: 1px dotted #e2a1ad; }
td.green { background-color: #cce5d3; border-right: 1px dotted #8cbf9a; border-bottom: 1px dotted #8cbf9a; }
