@charset "utf-8";
/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.formText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:27px;
}


.newsHead {
	
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.newsText {
	margin-left:10px;
	margin-right:10px;
	font-size:13px;
	font-family:Helvetica;
}

.footer {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:30px;
	margin-bottom:20px;
}

.footer a:link {
	color:#003399;
}

.footer a:visited {
	color:#003399;
}


.footer a:active {
	color:#003399;
}


.footer a:hover {
	color:#003399;
	text-decoration:none;
}



select {
	border-color:#666666;
	border-width:1px;
	border-style:solid;
	height:25px;
	font-size:14px;
}

.textfield {
	border-color:#666666;
	border-width:1px;
	border-style:solid;
	height:21px;
	font-size:14px;
}

.thankyou {
	color:#009933;
	font-size:13px;
}

.graytext {
	color:#999999;
}

a:link {
	border: #003399;
	color: #003399;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
a:active {
	text-decoration: underline;
	color: #003399;
}

.header {
	font-weight:bold;
	font-size:14px;
}
.hide {
	display:none;
}
.show {
	display:block;
}

.navigation {
	font-size:13px;
}

.informText {
	color:#090;
}

.noticeText {
	font-size:15px;
	line-height:22px;
}

.mainText {
	font-size:13px;
	line-height:22px;
}
.errMsg {
	color:#CC0000;
}

-->