/*  A: Body Elements  */
/*note these are not all handled by browser versions consistently, esp between IE 5.0+ on Mac and 5.0+ on PC*/

a	{
	font-weight:	normal;
	text-decoration:	none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

a:link	{
	color:	#999999;
	}

a:visited	{
	color:	#999999;
	}

a:active	{
	color:	#999999;
	}

a:hover	{
	color:	#CC0000;
	}

.bn a:link	{
	background-color: transparent;
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:	normal;
	font-size: 8pt;
	text-align: center;
	}

.bn a:visited	{
	background-color: transparent;
	color: #999999;
	text-decoration: none;
	font-weight:	normal;
	font-size: 8pt;
	text-align: center;
	}
	
.bn a:active	{
	background-color: transparent;
	color: #999999;
	text-decoration: none;
	font-weight:	normal;
	font-size: 8pt;
	text-align: center;
	}
	
.bn a:hover	{
	background-color: transparent;
	color: #CC0000;
	text-decoration: none;
	font-weight:	normal;
	font-size: 8pt;
	text-align: center;
	}

.em a:link	{
	background-color: transparent;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:	bold;
	font-size: 12pt;
	text-align: center;
	}

.em a:visited	{
	background-color: transparent;
	color: #333333;
	text-decoration: none;
	font-weight:	bold;
	font-size: 12pt;
	text-align: center;
	}
	
.em a:active	{
	background-color: transparent;
	color: #333333;
	text-decoration: none;
	font-weight:	bold;
	font-size: 12pt;
	text-align: center;
	}
	
.em a:hover	{
	background-color: transparent;
	color: #CC0000;
	text-decoration: none;
	font-weight:	bold;
	font-size: 12pt;
	text-align: center;
	}

.t2	{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom:	0;
	font-weight: normal;
	color: #999999;
	}

.t3	{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-bottom:	0;
	font-weight: bold;
	color: #333333;
	}

p  {
 margin: 0;
	
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color : #333333;
	}
