@charset "utf-8";
/* CSS Document */

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333B97;
	margin: 0 0 12px 0;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333B97;
	margin: 15px 0 0 0;
	font-weight: normal;
}

td#headerCopy {
	width: 202px;
	background-color: #333B97;
	padding: 20px;
}

th.prices {
	background-color: #333B97;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	padding: 4px;
	text-align: left;
	font-weight: normal;
}

table.prices {
	margin: 10px 0 0 0;
	border: #333B97 1px solid;
}

.prices td {
	padding: 1px 5px 1px 5px;
}

hr {
	color: #333B97;
	background-color: #333B97;
	height: 1px;
}

.tandc {	
	border-bottom:  #999 1px solid;
	border-right:  #999 1px solid;
}

.tandc td {
	border-top:  #999 1px solid;
	border-left:  #999 1px solid;
	padding: 5px;
}