/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #f5f5f5;
}
.box
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
}
.mainContent
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana;

}
.mainContentBold
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana;

}
.pageHeader
{
	font-weight: bold;
	font-size: 18px;
	color: #1955c4;
	font-family: Arial, Verdana ;

}
.footer
{
font-weight: normal;
	font-size: 9px;
	color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
