h1 {
	color: #4C4C26;
	font-weight: bold;
	text-decoration: none;
    font: 40px  "Cataneo BT", "Eras Light ITC";
}

h2 {
	color: #4C4C26;
	font-weight: bold;
	text-decoration: none;
    font: 20px  "Cataneo BT", "Eras Light ITC";
}
h3 {
	color: #4C4C26;
	font-weight: bold;
	text-decoration: none;
    font: 15px  "Cataneo BT", "Eras Light ITC";
}

div,
td,
p
li {
	font-size:12px;
	color:#666633;
}

a,
a:link    {color: #666633; text-decoration:none; }	
a:hover   {color: #666633; text-decoration:none; }
a:active  {color: #CCCC99; text-decoration:none;}
a:visited {color: #CCCC99; text-decoration:none;}
		
a.regular:link    {color: blue; text-decoration:underline; }	
a.regular:hover   {color: blue; text-decoration:underline; }
a.regular:active  {color: blue; text-decoration:underline;}
a.regular:visited {color: purple; text-decoration:underline;}	


.tinytext {
 font: Berling Antiqua, Arial, Times New Roman;
 font-size:8px;
 color: #4C4C26;
}


