body { 
     background-color: white; 
     margin-left: 0px; 
     margin-top: 0px; 
     margin-right: 0px; 
     margin-bottom: 0px; 
	 background: url("/images/tile-bkgnd.jpg") ;
	 background-repeat: repeat-x;
	} 
	
	a
	{
	color: blue;
	}
	
	.indexfont
	{
	font-size: 12; 
	font-family : arial;   
	}
	
	.whiteFont a:hover
	{
	font-size: 11; 
	font-family : arial;   
	line-height:1.5;
	text-decoration:underline;
	color: white;
	}
	
	.whiteFont a
	{
	font-size: 11; 
	font-family : arial;   
	line-height:1.5;
	text-decoration:none;
	color: white;
	}
	
	.whiteFont
	{
	font-size: 12; 
	font-family : arial;   
	color: white;
	}
	
	.error { 
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #B50000; FONT-FAMILY: Arial, Helvetica, san-serif ;text-align:left;}
	
	.adminfont a:hover
	{
	font-size: 12; 
	font-family : arial;   
	line-height:1.5;
	text-decoration:underline;
	}
	
	.adminfont a
	{
	font-size: 12; 
	font-family : arial;   
	line-height:1.5;
	text-decoration:none;
	}
	
	.adminfont
	{
	font-size: 12; 
	font-family : arial;   
	line-height:1.5;
	}
	
	.addressSignUp {
		font-family:  Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: black;
		border: 1px solid black;
		width:130px;
		height:18px;
	}
	#chart{
		font-family:  Arial, Helvetica, sans-serif;
		font-size:12px;
		width:725px;
	}
	#chart td{
		border:1px solid #000;
		text-align: center;
	}
	#chart .header{
		background-color: #0c1c8c;
		color:#FFF;
		font-weight: bold;
		
	}
	#chart .subhead{
		background-color: #acc2e9;
		font-weight: bold;
	}
	.header td{
		border-left:1px solid #FFF;
		text-align: center;
	}
	.left-col{
		width:300px;
	}
