/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	}

a:link {
	color: #006587;
	letter-spacing: .08em;
	text-decoration:none;
	}

a:visited {
	text-decoration: none;
	letter-spacing: .08em;
	color: #006587;
	}

a:hover {
	color: #999999;
	}

#header a {
text-decoration:none;
	}

.headlines {
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	}

.navi {
	font-size: 14px;
	text-decoration:none;
	}

.navi a {
	color: #666666;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	margin-left:5px;
	margin-right:5px;
	font-weight:bold;
	text-decoration:none;
	}

.navi a:hover { 
	color: #ffffff;
	background-color:#999999;
	text-decoration:none;
	}

.copy {
	font-size: 12px;
	color: #666666;
	font-weight:normal;
	}

.formscopy {
	font-size:13px;
	color: #666666;
	}

.top {
	font-size: 24px;
	color: #006587;
	text-decoration: none;
	}

.red {
	color:#FF0000;
	}

/* ADMIN CLASSES */
.fn10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #666666;
	}
	
/* DIVs */
#header {
	margin-top: 30px;
	margin-bottom: 30px;
}

.subnav {
	background-image:url(../_images/bg_subnav.jpg);
	background-repeat:repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
	height:72px;
	padding-top:13px;
}

textarea {
	font-size: 11px;
	font-family: Tahoma;
	border: 1px solid #006587;
}

.formscopy INPUT {
	font-size: 11px;
	font-family: Tahoma;
	border: 1px solid #006587;
}

.whiteinput INPUT {
	border: 1px solid #ffffff;
}

.required {
	color:#FF0000;
}

