/* Styles */

a 
{
	text-decoration: none
}

a:hover 
{
	text-decoration: underline
}

/* SideBar Link */
/*	color:#86AAE6; 
Chartreuse 132,194,37 #84C225;
Light Green #449284 68,146,132 
*/

a.lite
{ 
	color:#449284;
	text-decoration: underline
} 

a.lite:hover
{ 
	color:#E5E5E5;
} 


/* margin: top right bottom left (clockwise, pixels)*/

P 
{
	margin: 5px 20px 5px 20px;
	font-family: Arial, "Trebuchet MS", serif;
	font-size: 11pt
}

td
{
	font-family: Arial, "Trebuchet MS", Serif;
	font-size: 10pt
}

th
{
	font-family: Arial, "Trebuchet MS", Serif;
	font-size: 10pt
}

ul
{
	margin: 0 20 0 40
}

/* Classes */

.applegreen 
{ 
	background-color: #B0CE20; 
	color: #003399 
}


/* Headings & Paragraph styles applied as classes for IE5.5 & NN 4.78 compatibility   */ 
	
.desc 
{
	font-size: 9pt;
	margin: 0 20 10 20
}

.footer 
{
	margin: 10 10 10 20;
	font-size: 9pt; 
	font-weight: normal;
}

.footnote
{
	margin: 0 10 10 20;
	font-size: 9pt; 
	font-weight: normal
}

.fp 
{
	font-size: 11px;
	margin: 0 10 0 10
}

.h1
{ 
	font-family: "Arial", "Trebuchet MS", "Tahoma", Serif;
	font-size: 16pt; 
	font-weight: normal; 
	margin: 10 20 0 20
}

.h2
{
	margin: 10 10 5 20; 
	font-family: Arial, "Trebuchet MS"; 
	font-size: 12pt;
	font-weight: bold 	
}

.h3
{
	margin: 5 10 0 10; 	
	font-size: 11pt;
	font-weight: bold
}

.more 
{ 
	text-align: right; 
	margin: 5 5 0 0;
	font-size: 11px 
}

.sidebar
{
	margin: 0 10 0 20;
	font-size: 9pt; 
	font-weight: normal;
}

.sidedesc
{
	margin: 0 10 2 10;
	font-size: 9pt; 
	font-weight: normal;
	text-align: right
}

.sidehead
{
	margin: 5 10 3 10; 	
	font-size: 11pt; 
	font-weight: bold
}

.td 
{
		margin: 0 0 0 0;
		font-size: 10pt
}

