@charset "iso-8859-1";
/* author: John Bade */
/* Creation date: 6/22/2009 */


#nav li a:hover {
	color: #FF5B00;
	}

#head h2 {color: #FF5B00}

#right li a:hover, .right2 li a:hover {
	color: #FF5B00;
	}
	
h2 {
	color: #FF5B00;
	}
	
#content a, #content2 a, #foot a {
	color: #FF5B00;
	border-bottom: 1px dotted #FFFFFF;
	}

#content a:hover {
	color:#FF5B00;
	}
		
img.content, a img.content {
	background-color: #FFFFFF;
	}
	
thead th {
  color: #FF5B00;
}


table td {
	color: silver;
	}
	
table td a {color: #FF5B00; text-decoration: none}
	


table td a:hover {color: silver; text-decoration: none}

p a:hover {
	color: silver;
	}

p a {
	color: #FF5B00;
	}		