﻿body {
	background-color: #FFFF99;
	text-align: center;
}
.tblmain {
	width: 800px;
	height: 600px;
	border-collapse: collapse;
	empty-cells: hide;
	border-style: none;
	border-width: 0px;
}
.trheader {
	height: 140px;
}
.imgleft {
	float: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 10px 0px 10px;
	font-size: x-small;
	text-align: justify;
}
.company {
	font-size: 65px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
hr {
	color: #CC0000;
	width: 100%;
}
.service {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.tdnav {
	width: 180px;
	vertical-align: top;
}
.tdbody {
	width: 620px;
	vertical-align: top;
	background-color: #FFFFFF;
}
.navtext {
	text-align: center;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
}
.footer {
	text-align: right;
	font-size: xx-small;
	margin: 0px;
}
.imgright {
	float: right;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	margin: 10px 10px 0px 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #CC0000;
	margin: 10px 10px 0px 10px;
}
.red {
	color: #CC0000;
}
li {
	margin: 5px 10px 0px 10px;
}
.center {
	text-align: center;
}
