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;
	}
