/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;

}

P, TD
{
	font-size: x-small;
	color: white;
	font-family: Arial, Sans-Serif;
}

.smallText
{
	font-size: 8 pt;
	color: White;
	font-family: Arial, Sans-Serif
}
A:link	{	
	
	color:	white;
	}	
		
A:visited	{	
	
	color:	white;
	}	
		
A:active	{	
	
	color:	white;
	}	
		
A:hover	{	
	color:	white;
	}

.backgroundBlue
{
	background-color: #0e3594;
}

	
.backgroundRed
{
	background-color: #FF1500;
}

.backgroundLightBlue
{
	background-color: #006699;
}
