/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #0000cc;
}

a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #0000CC;
}

	.head1
	{
		font-family: 'Times New Roman', Times, serif;
		font-size: 22px;
		font-weight: bold;
		color: #000099;
		font-variant: small-caps;
	}
	.head2
	{
		font-family: 'Times New Roman', Times, serif;
		font-size: 15px;
		font-weight: bold;
		color: #000099;
		font-variant: small-caps;
	}

.small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000099;	
}
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;	
}
.foot_link
{
	font-family: Arial,Helvetica,non-serif; 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration:none; 
	color: #0000cc;
}
