/* fonts */



body, p, h1, h2, #nav, #footer, .bold, .pink, #middle_content_3col_2, #right_content_3col_3, td, .bigger {
	font:  13px Arial, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #ffffff;}

h1 {
	font-size: 15px;
	color: #a29061;}
	
h2, #middle_content_3col_2 {
	color: #E166CB;}
	
.bold {
	font-size: 14px;
	color: #333535;}
	
#footer {
	color: #333535;
	font-size: 10px;}
	
.bigger {
	font-size: 14px;
	color: #a29061;}
	
	
	
	

/* links */

	
a {
	color: #a29061;
	text-decoration: none;}


a:hover {
	color: #ffffff;
	text-decoration: none;}	
	
.active	{
	color: #ffffff;}
	
	
#right_content a, #middle_content_3col_2 a {
	text-decoration: underline;}

#right_content_3col a:hover {
	color: #333535;
	text-decoration: none;}

#footer a {
	color: #333535;
	text-decoration: none;}
	
	
#footer a:hover {
	color: #626464;
	text-decoration: none;}
		
