/************************
* Main Styles  
************************/

body,p,form,table	{ 
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif; 
	}
.small {
	font-size: 8pt; 
	font-family: Arial, Helvetica, sans-serif; 
	}
.title { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #999966
	} 
.subtitle { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #333333
	}
.footer { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	text-decoration: none; 
	vertical-align: middle 
	}
.links { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 18px; 
	color: #003399; 
	text-decoration: none
	}
.links:hover { 
	color: #666666; 
	text-decoration: none
	}
.bullet { 
	list-style-type: square; 
	list-style-image: url(../images/bullet_blue.gif); 
	text-decoration: none; 
	line-height: 24px; 
	font-size: 12px; 
	font-family:  Arial, Helvetica, sans-serif; 
	}  
a { color: #003399; text-decoration: underline;	}
a:visited { color: #003399; text-decoration: underline; }
a:hover { color: #818143; text-decoration: underline; }

