
body, td, p, form, ul, ol				{
	font-family :  arial, helvetica, verdana;
	font-size : 10pt;
}

.medium			{
	font-size: 9pt;
}

.small			{
	font-size: 8pt;
}

a:link	 	{
	color : #BD022F;
	text-decoration : underline;
}

a:visited	{
	color : #999999;
	text-decoration : underline;
}
							 
a:active		{
	color : #68041C;
	text-decoration : none;
}
							 
a:hover		{
	color : #68041C;
	text-decoration : none;

}

.space		{
	line-height: 15pt;
	font-size: 9pt;
	font-weight: bold
}
	
.button		{
	background-color : #A8C0E2;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding: 0 3 0 2;
}