/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
  
}
.mainContent
{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana;
	text-decoration: none;
}
.caption
{
	font-size: 15px;
	font-weight:bold;
	color: #000000;
	font-family: Arial, Verdana;
	text-decoration: none;
}

