/* Used for main frames with white background */
/* teal = 	color: #4C6E7A;		*/
/* red = 	color: #AD484E;		*/

body 	{ 
	background-image: url(../images/bgwhite.jpg);
	 }

table, th, tr, td	{
	color: #000000;
	font-family: Calisto MT, Georgia, Times New Roman, 'serif'; 
	font-size: 12pt; 
	}

li, ul, ol	{
	list-style-image:url('../images/bullet.jpg'); 
	margin-top: 3pt; 
	margin-bottom: 5pt;
	}

PRE, CODE, TT	{ 
	color: #000000;
	font-family: Courier, monospace;
	font-size: 9pt;
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: left;
	color: #AD484E;
	}	

A:link, A:visited	{
	text-decoration: none;
	color: #AD484E;
	}	
		
A:active, A:hover	{
	text-decoration: underline;
	color: #4C6E7A;
	}	
			
H2	{
	font-family: Imprint MT Shadow, Times New Roman, 'serif'; 
	color: #4C4C4C;
	font-size: 16pt; 
	letter-spacing: -.50pt; 
	text-transform: uppercase; 
	margin-left: 5pt;
	}