body, td, span, div, p, select
{
	font-family: Lucida Sans Unicode, helvetica, verdana, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}



p
{
	margin: 0px 0px 12px 0px;
}



.bold
{
	font-weight:bold;
}


.small_font
{
	font-size: 7pt;	
}



.small_font_bold
{
	font-size: 7pt;	
	font-weight: bold;
}






/*headings*/
h1
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 16pt;
	font-weight: normal;
	color: #7092A6;
	margin-top: 12px;
	margin-bottom: 9px;
}



h2
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 13pt;
	font-weight: normal;
	color: #7092A6;
	margin-top: 12px;
	margin-bottom: 6px;
}



/*links*/
a:link, a:visited, a:active
{
	font-family: Lucida Sans Unicode, helvetica, verdana, arial, sans-serif;
	font-size: 9pt;
	color: #7092A6;
	text-decoration: none;
}



a:hover
{
	font-family: Lucida Sans Unicode, helvetica, verdana, arial, sans-serif;
	font-size: 9pt;
	color: #7092A6;
	text-decoration: underline;
}


