BODY	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	list-style-type: square;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFFFFF;


}
	
H1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 	#0000CC;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;


	}	
H2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 	#CC0000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;


	}	

H3	{
	font-family: Arial, Helvetica, sans-serif;
	color: 	#333333;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;

	}

	
H4	{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	list-style-type: disc;

	}

H5	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;

}

H6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px; 
	margin-bottom: 0px;
}


P, td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;

	}
	
li	{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	white-space: normal;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: -20px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;





	}

UL	{
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	}
	
	
A:link {
	color: #0000CC;
	background: transparent;
	text-decoration: none;

	 }
A:visited {
	color: #0000CC;
	background: transparent;
	text-decoration: none;

	}
A:active {
	color: #CC0000;
	background: transparent;
	text-decoration: underline;

	 }			
A:hover {
	color: #CC0000;
	background: transparent;
	text-decoration: underline;

	 }
		 
		 
.bc	{
	 border-collapse: collapse; 
	 }
	 
html, body, #wrapper, #content {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: left;
	  vertical-align: top;
   }

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

#content {
	height: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}
