@charset "utf-8";
body,td,th {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	font-weight:100;
	color: #666666;
}

#nav-bar {
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #4b4c48;
	border-bottom: 2px solid #4b4c48;
	background-color: #6f706a;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
a.top-nav-links:link {
	color: #ffffff;
}

a.top-nav-links:visited {
	color: #ffffff;
}

a:link {
	color: #666666;
}

a:visited {
	color: #666666;
}

h1, h2, h3 {
	color: #D63D37;
}

strong {
	font-weight:bold;
}