body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #333C5F;
	background-image: url(images/backgr.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

a.nav:link, a.nav:visited {
	color: #CC0000;
	text-decoration: none;
	font-size: 16px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 150px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 25px;
}
a.nav:hover, a.nav:active {
	color: #333333;
	background-image: url(images/over.jpg);
	background-repeat: no-repeat;
}
a.wht:link, a.wht:visited {
	color: #EEEEEE;
	text-decoration: none;
}
a.wht:hover, a.wht:active {
	text-decoration: underline;
	color: #FFFFFF;
}

h1 {
	font-size: 22px;
	color: #CC0000;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	color: #CC0000;
}
h3 {
	font-size: 12px;
	color: #000000;
}
.address {
	font-size:11px;
	padding: 0px 5px 0px 7px;
	color: #FFFFFF;
	line-height: 14px;
}
.small {
	font-size:11px;
	padding: 5px;
	text-align: center;
	color: #CCCCCC;
	line-height: 16px;
}
.phone {
	font-size: 18px;
	font-weight: bold;
}
.main {
	padding: 20px;
	background-color: #FFFFFF;
	background-position: top;
	width: 540px;
}