body {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: left top;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-align: right;
	padding-right: 10px;
}
.nav a {
	padding: 0px 8px 0px 8px;
}
.nav a:link {
	color: #555555;
	text-decoration: none;
}
.nav a:visited {
	color: #555555;
	text-decoration: none;
}
.nav a:hover {
	color: #4781B1;
	text-decoration: none;
}
.nav a:active {
	color: #4781B1;
	text-decoration: none;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	margin: 20px 25px 30px 25px;
}
.content h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding:0;
}
.content h2 {
	font-weight: bold;
	font-size: 14px;
	color: #4781B1;
	margin: 0;
	padding:0;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}
.content a {
	font-weight: bold;
}
.content a:link {
	color: #4E4E4E;
	text-decoration: underline;
}
.content a:visited {
	color: #4E4E4E;
	text-decoration: underline;
}
.content a:hover {
	color: #4781B1;
	text-decoration: underline;
}
.content a:active {
	color: #4781B1;
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 15px 0px 5px 0px;
}
.footer p {
	font-size: 12px;
	color: #FFFFFF;
}
.footer a {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #4781B1;
	text-decoration: underline;
}
.footer a:active {
	color: #4781B1;
	text-decoration: underline;
}

.corner {
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525353;
	text-align: right;
	padding-right: 10px;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6A6A6A;
	text-align: center;
}
.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.qfield {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #4781B1;
	border: 1px solid #8DBAE0;
	width: 115px;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #464646;
	border: 1px solid #999999;
}
.button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #8DBAE0;
	margin: 3px 0px 10px 0px;
}
.button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #4781B1;
	border: 1px solid #4781B1;
	background-color: #FFFFFF;
}
