/* Default CSS Stylesheet for a new Web Application project */

 body {
      height: 100%;
      width: 100%;
      background-position:0,100%;
      background-image:url(images/tile.gif);
      font-family:Arial;
   
    }
font
{
	color:black;
	font-size:10pt;
	
	}


A:link	{	
	text-decoration:	none;
	color:#000066;
	font-family:Lucida Sans;
	font-size:12pt;
	border: none;
		
	
		}	
		
A:visited	{	
	color:maroon;
	font-family:Lucida Sans;
	font-size:12pt;
	

	}	
		
A:active	{	
	color:#000066;
	font-family:Lucida Sans;
	font-size:12pt;
	

	}	
		
A:hover	{	
	text-decoration:underline;
	color:teal;
	font-size:12pt;
	font-family:Lucida Sans;

	}
	

SMALL
{
	font-family:Arial;
	font-size:8pt;
}



DIV
{
	font-family:Arial;
	font-size:10pt;
	color:black;
}

.new
{font-family:Arial;
	font-size:10pt;
	color:black;
}

.new_bold
{font-family:Arial;
	font-size:10pt;
	color:black;
	font-weight:bold;
}


.header
{
	font-family:Times New Roman;
	font-size:12pt;
	 font-weight:bold;
	color:Navy;
}
TABLE
{
font-family:Arial;
	font-size:10pt;
	color:black;	
}

.bright_bold
{font-family:Times New Roman;
	color:Maroon;
	font-size:large;
	
	}
