/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
	margin: 0px;
	background-color: #6B81B8;
	background-image: url(/images/site_bg.gif);
	background-repeat: repeat-x;

}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}


td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

a{
	color: #CC0000;
	text-decoration: underline;
}

a:link{
	color: #003399;
	text-decoration: underline;
}

a:visited{
	color: #003399;
	text-decoration: underline;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
}


.nav, a.nav, a.nav:visited {
	font-weight: normal;
	font-size:10px;
	text-decoration:none;
	color: #333333;}
	
a.nav:hover {
	font-weight: normal;
	font-size:10px;
	text-decoration:underline;
	color: #000066;
}
.footer, a.footer, a.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
a.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:underline;
}
input{font-family:verdana; font-size:11px;}
select{font-family:verdana; font-size:11px;}
textarea {font-family: verdana;	font-size: 11px;}
.button {
	BORDER-RIGHT: 1px outset;
	PADDING-RIGHT: 2px;
	BORDER-TOP: 1px outset;
	PADDING-LEFT: 2px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BACKGROUND-IMAGE: url(/images/buttonbg.gif);
	PADDING-BOTTOM: 2px;
	MARGIN: 0px 0px 0px 1px;
	BORDER-LEFT: 1px outset;
	cursor:auto;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: 1px outset;
	background-repeat:repeat-x;
	border-color: #009999;
	width: auto;
}
.contactus {
	background: #E6E9F2;
	padding: 20px;
	border: 1px solid #6B81B8;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
}

