html {
	display: block;
	height:100%;
	width:100%;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	display: block;
	height: 100%;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, san-serif;
	margin: 0px;
}
#headArea {
	display: block;
	width: 760px;
	clear: both;
	height: 48px;
}
.floatRight {
	float: right;
}
.floatLeft {
	display: inline;
	float: left;
}
.height40 {
	height: 40px;
}
#mainMenu {
	display: block;
	width: 760px;
	height: 26px;
}
.menuTabs {
	display: block;
	float: right;
	width: 317px;
}
#content {
	display: block;
	width: 760px;
	margin-top: 15px;
	margin-bottom: 10px;
	height: 400px;
}
.contentText {
	display: block;
	float: left;
	width: 270px;
	margin-bottom: 35px;
	text-align: left;
	font-size: small;
	line-height: 24px;
	margin-left: 10px;
}
#footer {
	display: block;
	width: 760px;
	margin-top: 6px;
	font-size: x-small;
	color: #2A4490;
}
#content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0px;
	color: #0B1A2D;
}
#content p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#tariff td {
	padding: 5px 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
}
#tariff {
	border: 1px solid #999999;
}
