/* General styles */

body {
	margin: 0px;
	padding: 0px;
	background: #FF6600 url(/images/bkgd.jpg) repeat-x;
	color: #FFFFCC;
	font: 14px/22px Arial, Helvetica, sans-serif;
}
#content {
	margin: 30px 50px 50px;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
}
.boldHighlight {
	font-weight: bold;
	color: #FFCC66;
}

a:link {
	text-decoration: none;
	color: #66CC33;
}
a.NavBar:link, a.NavBar:visited {
	color: #FF6600;
	font: normal 16px "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}
a.NavBarOn:link, a.NavBarOn:visited {
	color: #FFCC66;
	font: normal 16px "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}

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

a:hover {
	text-decoration: underline;
}
