body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
}

a:link {
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}

a:visited {
  	font-weight:bold;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-weight:bold;
	color: #FF9900;
	text-decoration: underline;
}

a:active {
	font-weight:bold;
	color: #FF9900;
	text-decoration:none;
}
#nav a:link {
    font-size: 12px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}

#nav a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#nav a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}

#headerLink a:link {
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}

#headerLink a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


#headerLink a:visited {
  	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

#headerLink a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.orangeheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.grayheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #a3a3a3;
}

.navigation {
	font-weight:bold;
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer { 
    font-size: 10px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}

#footerLink a:link {
    font-size: 10px;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
#footerLink a:hover {
  	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

#footerLink a:active {
  	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#footerLink a:visited {
  	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.bullet {
	list-style-image: url(../images/bullet.gif);
}


