@charset "iso-8859-9";
body{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height: 1.5em;
	background-image:url(images/interface/bg.jpg);
}
h1 {
	font-size:20px;
	margin-bottom:0px;
	color:#FFFFFF;
}
h2 {
	font-size:16px;
	margin-bottom:15px;
	color:#32B4BE;
}

a, a:visited, a:active{
	color: #32B4BE;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color: #32B4BE;
	font-weight:bold;
	text-decoration:underline;
}
.header {	
	font-size:10px;
	color:#32B4BE;
}
.footer{
	font-size:10px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
}
.newsHeader {
	font-size:16px;
	font-weight:bold;
	color:#CC3399;
	padding-bottom:10px;
	border-bottom:1px dashed #CC3399;
}
.news {
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px dashed #CC3399;
}
.news a, .news a:visited, .news a:active {
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
.news a:hover {
	font-weight:normal;
	color:#666666;
	text-decoration:underline;
}
.newsDate {
	font-size:10px;
	color:#CC3399;
}
.image {
	border:1px solid #AAE2E8;
	padding:2px;
}
.map{
	color:#666666;
	background-image:url(images/interface/mapbg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:40px;
}
.map a, .map a:visited, .map a:active {
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}
.map a:hover {
	font-weight:normal;
	color:#666666;
	text-decoration:underline;
}
.textField{
	padding-left:3px;
	color:#666666;
	font-family:Arial;
	margin-bottom:10px;
	border-right:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	height:16px;
}
.submitBtn{
	margin-top:10px;
	width:80px;
	height:20px;
	border:0px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#32B4BE;
	border-left:1px solid #E1E1E1;
	border-top:1px solid #E1E1E1;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}


