/* CSS Document */
#navig {
	width: 100%;
	font-size: 14px;
	margin: 0;
	border-bottom: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #E3E3E3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	text-align: center;
	}

#navig li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	text-align: center;
	}
	
#navig a:link, #navig a:visited {
	font-size: 85%;
	line-height: 20px;
	margin: 0 10px;
	text-decoration: none;
	color: #990000;
	text-align: center;
	}

#navig a.active:link, #navig a.active:visited, #navig a:hover {
	border-bottom: 4px solid #666666;
	color: #666666;
	padding-bottom: 2px;
	font-weight: bold;
	text-align: center;
	}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 10px;
}
.copyright a:link {
	color: #999999;
	text-decoration: underline;
}
.copyright a:hover {
	color: #999999;
	text-decoration: none;
}
.copyright a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	background-position: center;
	font-weight: normal;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}