a:active {}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.thinline {
	background-image: url(layout/thinline.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 1000px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	vertical-align: middle;
}
h1 a:active {
}
h1 a:link {
	color: #000000;
	text-decoration: none;

}
h1 a:visited {
	color: #000000;
	text-decoration: none;

}
h1 a:hover {
	color: #000000;
	text-decoration: underline;

}
.2header {
	background-color: #003366;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.footer a:link {
	color: #336600;
	text-decoration: none;
}
.footer a:visited {
	color: #336600;
	text-decoration: none;

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

}

