html { font: 82% Arial, Helvetica, "Sans Serif"; }

a:visited,a:active,a:link 	
	{font-size: 95%; color: #300; font-weight:bold; text-decoration:none; }
a:hover				
	{font-size: 95%; color: #e02784; font-weight:bold; text-decoration:none; }

#left a:visited,#left a:active,#left a:link 	
	{font-size: 95%; color: #300; font-weight:bold; text-decoration:underline; line-height: 1.1em;}
#left a:hover				
	{font-size: 95%; color: #ac9900; font-weight:bold; text-decoration:underline; line-height: 1.1em;}


#main_menu a:visited,#main_menu a:active,#main_menu a:link{
	display:block;
	float:left;
	color: #fff; 
	font-weight:bold; 
	text-decoration:none; 
	float: left; 
	margin: 0px 0px 0px 0px; 
	padding:11px 18px 0px 18px; 
	height:34px;
	font-size: 95%;
	line-height: 1.2em;
	background: url(/images/tabLeft.gif) no-repeat 0px 0px;
}
#main_menu a:hover{
	display:block;
	float:left;
	color: #e02784; 
	font-weight:bold; 
	text-decoration:underline; 
	margin: 0px 0px 0px 0px; 
	padding:11px 18px 0px 18px; 
	height:34px;
	font-size: 95%;
	line-height: 1.2em;
	background: url(/images/tabLeft.gif) no-repeat 0px 0px;
}

#main_menu #selected a {
    background-image:url(/images/tabLeft2.gif);
    color: #fff;
}

#footer_menu a:visited,#footer_menu a:active,#footer_menu a:link	
	{ color: #300; font-weight:bold; text-decoration:none; }
#footer_menu a:hover	
	{ color: #ac9900; font-weight:bold; text-decoration:underline; }

h1,h2,h3,h4 {font-weight:bold; color: #000; margin: 0px 0px 0px 0px; padding: 5px 0px 0px 0px; }
h1{ font-size: 150% }
h2{ font-size: 120% }
h3{ font-size: 110% }
h4{ font-size: 100% }
h1.red{ color: #f00;}

img {border: 0px;}

p{
	font-size: 105%;
	line-height: 1.3em;
}

