body {
		margin: 0;
		background: #A9A9A9;
		color: #000000;
	}

p { 
		font-size: 11px; 
		color: #000000; 
		font-family: Arial 
	}
	
h1 { 
		font-size: 14px; 
		color: #000000; 
		font-family: Arial 
	}
	
h2 { 
		font-size: 16px; 
		color: #000000; 
		font-family: Arial 
	}
	
h3 { 
		font-size: 10px; 
		color: #000000; 
		font-family: Arial 
	}
	
A { 
		color:#808080; 
		text-decoration:none; 
	}
	
A.white { 
		color:#000000; 
		text-decoration:none; 
	}
	A:Visited { 
	color:#808080 
	}
	A:Active { 
		color:#808080 
	}
	A:Hover { 
		color:#000000;
		text-decoration:underline; 
	}



td 	{ 
		font-size: 10px; 
		color: #000000; 
		font-family: Arial;
		line-height: 130%
	}
	
/***********************
	13 Feb 2010
	Added rule for td p
************************/	
td p 	{ 
		font-size: 10px; 
		color: #000000; 
		font-family: Arial;
		line-height: 130%;
		/*set the top margin to zero so there is no leading space when a paragraph is included in a td*/
		margin-top:0;
	}
	
td.menu { 
		font-size: 10px; 
		color: #000000; 
		font-family: Arial;
		line-height: 150%
	}

td.grey	{
		font-size: 10px;
		color: #808080;
		font-family: Arial;
		line-height: 130%
	}

.bold 	{
		font-weight: bold
	}
		
		
#content {
		text-align: left;
		margin-right: auto;		margin-left: auto;		margin-bottom: 0px;		margin-top: 0px;		margin: 0px auto;
		width: 800px;
		background: #FFFFFF;
	}
	
ul.disc {
		list-style-type: disc
	}