@charset "utf-8";
/* CSS Document */

.top
{
	background-image:url(/images/Tops.png);
	background-repeat:no-repeat;
	padding: 0px 25px 0px 15px;
	height:15px;
}

.bottom
{
	background-image:url(/images/bottom1.png);
	background-repeat:no-repeat;
	padding: 0px 25px 0px 15px;
	height:30px;
}

.fill
{
	background-image:url(/images/fill.png);
	background-repeat:repeat-y;
	padding: 0px 25px 0px 15px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body
{
	background-color:#999;
}

.content
{
width:940px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}

.bold-red {
	color: #FF0000;
	font-weight: bold;
}

h1
{
font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; text-align: center; color: rgb(0, 0, 0);
}

h2
{
font-family: Arial, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; text-align: center; color: rgb(0, 0, 0);
}

h3
{
font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-align: center; color: rgb(0, 0, 0);
}

h4
{
font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-align: left; color: rgb(0, 0, 0);
}

h5
{
font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; text-align: left; color: rgb(0, 0, 0);
}

h6
{
font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: left; color: rgb(0, 0, 0);
}

.style1
{
}

.style2
{
font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: italic; text-align: left; color: rgb(0, 0, 0);
}

.style3
{
font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;
}

.style4
{
}

.style5
{
}

.style6
{
}

.style7
{
}

#search {
	position:absolute;
	margin-left:670px;
	margin-top:45px;
}

#contact {
	position:absolute;
	margin-left:550px;
	margin-top:115px;
	width: 350px;
}


