/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; 
	background-color: #5A5A5A;
	color: #444;
}
.style9 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #CCC;
	display: block;
	padding: 12px;
	background-image:none;
}
.style9 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #000;
	text-decoration: none;
	border-right: 1px solid #CCC;
	display: block;
	padding: 12px;
	background-image:url(images/menuhover.jpg);
}
.img1{
	padding: 5px;
	border: 1px solid #AAA;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;
	color: #000033;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #0968A0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000033;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
}
.style11 {	font-family: Georgia, "Times New Roman", Times, serif;}
a{
	color: #0968A0;
}
a:hover{
	color: #CC0000;
}
.footer{
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}
input, textarea{
  width: 95%;

}