body, td, p, form, ul, ol				{
	font-family :  arial, helvetica, sans-serif;
	color : #333333;
	font-size : 10pt;
	line-height: 15pt;
}

.title		{
	font-family :  arial, helvetica, sans-serif;
	font-weight : bold;
	letter-spacing: 1px;
}

.small		{
	font-size: 8pt;
}

a:link	 	{
	color : #A72A3F;
	text-decoration : underline;
}

a:visited	{
	color : #999999;
	text-decoration : underline;
}
							 
a:active		{
	color : #A72A3F;
	text-decoration : none;
}
							 
a:hover		{
	color : #A72A3F;
	text-decoration : none;

}
	
.button		{
	background-color:#F3F3F3;
	font-size: 9pt;
	color: #333333;
	border-style: none; 
}

