/* CSS Document */
body {
	font-family: Verdana;
	font-size:0.7em;
	color:#333333;
	letter-spacing: 1pt;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 15px;
	list-style-image: url(../images/abullet.jpg);
}
p {
	margin:0 0 0.5em 0;
}
.tophead{
	font-size:1.2em;
	font-weight:bold;
	text-transform: uppercase;
	color:#DE7805;
}
.subhead{
	color:#DE7805;
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
a:link {
	color: #DE7805;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DE7805;
}
a:hover {
	text-decoration: none;
	color:#CCCCCC;
}
a:active {
	text-decoration: none;
	color:#CCCCCC;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #CCCCCC;
}
#footer a:active {
	color: #CCCCCC;
}
.foot{
	color:#1C3E59;
}