TD {
   font-family: sans-serif;
   font-size: 14px;

   color: BLACK;
}

P,OL,UL {
   font-family: sans-serif;
   font-size: 14px;

   color: BLACK;
   /*font-style: normal;  */

   /*line-height: 150%; */
   /*margin: 0em 1.5em; */
}


H1 {
	font-family: sans-serif;
	font-size: 27px;
	color: #3399FF;
	line-height: 80%; 
   	margin: 0em 0em;
}

H2 {
	font-family: sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #330099;
	line-height: 80%; 
}



/* 
HR {
   color: #336633; 
}
*/

a:link {color: #333399}     /* unvisited link */
a:visited {color: #6666CC}  /* visited link */
a:hover {color: #FF3399}   /* mouse over link */
/* a:active {color: #0000FF} */  /* selected link */


/* THIS IS THE HEART OF TYPO. Change this, and the Typo base goes haywire! */
.bodytext
{

}

