/* Used for main frames with white background */

body, table, th, tr, td, li, ul, ol	{
	color: #000000;
	font-family: Calibri, helvetica, 'sans serif'; 
	font-size: 11pt; 
	}

.form		{ 
	font-family: Calibri; 
	font-size: 10pt; 
	font-weight: bold; 
	}

PRE, CODE, TT	{ 
	color: #000000;
	font-family: Courier, monospace;
	font-size: 9pt;
	}

HR	{	
	width: 100%;
	height: .25pt;
	align: center;
	color: #1493BA;
	}	

A:link, 
A:visited	{
	text-decoration: underline;
	color: #1493BA; 
	}	
		
A:active, 
A:hover	{
	text-decoration: underline;
	color: #9900CC;
	}	
		

H2	{
	font-family: Calibri, helvetica, 'sans serif'; 
	font-size: 16pt; 
	letter-spacing: -1pt;
	color: #1493BA;
	}
	
H3	{
	font-family: Calibri, helvetica, 'sans serif'; 
	color: #000000; 
	font-size: 12pt; 
	text-decoration: underline; 
	letter-spacing: -.50pt;
	font-weight: bold;
	line-height: 14pt;
	}

/* TOOLBAR */

.button a:link,
.button a:visited		{
	font-family: Calibri, helvetica, 'sans serif'; 
	font-size: 11pt;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
	}

.button a:hover,
.button a:active		{
	font-family: Calibri, helvetica, 'sans serif'; 
	font-size: 11pt;
	color: #1493BA;
	font-weight: bold;
	text-decoration: none; 
	}

/* COPYRIGHT FOOTER */

.footer							{
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	}

.footer a:link,
.footer a:visited		{
	color: #1493BA;
	text-decoration: underline;
	}

.footer a:hover,
.footer a:active		{
	color: #9900CC;
	text-decoration: underline;
	}