/* Begin Xpan Style Sheet */
a:link
{
	color: #333333;
	background-color: transparent; 
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a:visited
{
	color: #333333;
	background-color: transparent; 
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

} 
a:hover
{
	color: #333333;
	text-decoration: underline;
	background-color: transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
a:active 
{
	color: #333333;
	background-color: transparent;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
body
{
	background-color:#ffffff;
	margin:0px;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #E5E5E5;
	scrollbar-arrow-color: #999999;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;

}
p {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 20px;

	}
