a 
	{			
		color: #0000FF;
		font-size: 8pt;
		text-decoration: none;
		border-bottom-style: solid;
            border-bottom-width: 0;

						
	}
			
	a:hover
		{
                  color: #FF0000;
                  text-decoration:none;
			border-bottom-style: dashed;
			border-bottom-width:0;
		}				

body
	{
		background-color: #B9B9D1;
	}
	
	
h1
	{		
		color: #E71C1F;
		margin-bottom: 0;
		margin-top: 0;		
		
	}

h3
	{		
		color: #E71C1F;
		margin-top: 0;
		text-align: left;
	}

hr
	{
		border: 0;
		border-bottom-color: #C80000;
		border-bottom-style: solid;
		border-bottom-width: 2;
		height: 0;
		width: 98%;		
	}
	
p
	{
		margin-left: 10;
		margin-right: 10;
		margin-top: 0;		
	}
	
	.pContent
		{
			margin-bottom: 0;
			margin-top: 0;				
		}
	{


table
	{		
		background-color: #FFFFFF;
		font-family: Verdana, Arial, MS Sans Serif;
		font-size: 10pt;
		margin-left: auto;
		margin-right: auto;
		width: 800;	
		padding: 5;
	}

	
			

ul
	{
		
		font-size: xx-small;
		list-style-type: none;
		text-align: left;
	}
	
	.ulCategory
		{
			font-size: 10pt;
			list-style-type: disc;
		}
		
	.ulSiteMap
	{
		list-style-type: disc;
		text-align: left;
	}	
