.emphasis   { color: maroon; font-style: oblique; font-weight: bold; font-size: 0.9em }
.red  { color: maroon; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.italic  { font-style: italic }
.small { font-size: 80%; }
.bold { font-weight: bold }

body
{
 	color: black; 
	font-family: Verdana, Arial, Tahoma; 
}

p
{
	color: black; 
}

p, td, li, div, a
{ 
	font-size: 13px;
	font-family: Verdana, Arial, Tahoma; 
}

/*td {font-size: 0.9em}*/

h1
{ 
	color: #1d3a22; 
	font-size: 130%; 
	font-family: Verdana, Arial, Tahoma; 
}

h2
{ 
	color: #800000; 
	font-style: oblique; 
	font-size: 120%; 
	font-family: Verdana, Arial, Tahoma; 
}
h3     
{ 
	color: #333333; 
	font-size: 110%; 
	font-family: Verdana, Arial, Tahoma;  
}

hr  { color: #1d3a22 }

/*
a:hover     { color: #86909b; font-weight: bold; font-size: 0.85em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: transparent }

a:link     { font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
a:visited      { color: #86909b; font-weight: bold; font-size: 0.85em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: transparent }
*/
