body {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background: #FAFFA2;
}

table.main {
	width: 800px;
	border: none;
	text-align: left;
	vertical-align: top;
	background: #fcffb8;
}

td.logo_left {
	width: 200px;
	height: 150px;
}

td.logo_right {
	width: 600px;
	height: 150px;
}

td.nav {
	width: 200px;
	background-image: url(images/left_main.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	//padding: 10px;
}

td.body {
	width: 600px;
	text-align: left;
	vertical-align: top;
	background-color: #FCFFB8; 
	//padding: 10px;
}

td.footer {
	width: 800px;
	text-align: center;
	padding: 0px;
}

p {
	padding: 0px 10px;
	vertical-align: text-top;
	text-align: left;
	font-size: small;
}
h1 {
	padding: 0px 10px;
	vertical-align: text-top;
	text-align: left;
	font-size: medium;
	color: Maroon;
}
h2 {
	padding: 0px 8px;
	vertical-align: text-top;
	text-align: left;
	font-size: medium;
	color: #FFDEAD; 
}
h3 {
	
}
h4 {
	padding: 5px;
	font-size: small;
}

h5 {
	padding: 0px 0px 0px 0px;
	vertical-align: text-top;
	text-align: left;
	font-size: smaller;
	color: Gray;
	margin-left: 30px;
}

h6 {
	padding: 0px 0px 0px 0px;
	vertical-align: text-top;
	text-align: left;
	font-size: smaller;
	color: Maroon;
	margin-left: 30px;
}

div.text {
text-align : left; 
vertical-align : text-top; 
}

a, a:link, a:active, a:hover {
	color: #FFDEAD;
	text-decoration: none;
	border-bottom: 0px dotted #99f;
}
a.off {
	color:  #9e1a05;
	text-decoration: none;
	border-bottom: 0px dotted #99f;
}
a.nav_off {
	color:  #ffffff;
	text-decoration: none;
	border-bottom: 0px dotted #99f;
}


a.on {
	color: Black;
}
p.footer {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	color: Gray;
}
a.footer {
	color: Blue;
	text-decoration: underline;
}
div.tariffs {
	padding: 0px 10px;
	font-size: small;
}
table.contact {
	padding: 2px 0px;
	vertical-align: text-top;
	text-align: left;
	font-size: small;
}

