@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(assets/nav-bg.gif);
	background-repeat: repeat-x;
}
.nav {
	font-weight: bold;
	color: #FFFFFF;
}
.nav a {
	font-weight: bold;
	color: #FFFFFF;
}
a {
	color: #346C6F;
	text-decoration: none;
}
a:hover {
	color: #41403C;
	text-decoration: none;
}
.nav a:hover {
	font-weight: bold;
	color: #FD9E00;
}
h1 {
	font-size: 18px;
	color: #346C6F;
}
.dashedBot {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #346C6F;
}
p {
	line-height: 18px;
}
.brdrTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
