/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    color:Black;
}

TABLE
{
	font-size: 8pt;
    color:Black;
}

P
{
	margin-top:2px;
}

H1
{
	color:#EE3338;
	font-size:16pt;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:2px;
}

H2
{
	color:black;
	font-size:11pt;
	font-weight:bold;
	margin-bottom:2px;
}

A
{
	color:#5778B3;
	font-size:8pt;
}

SELECT
{
	font-size:9pt;
	height:17px;
}

.ModelHeader
{
	color:#5778B3;
	font-size:10pt;
}

.GrayBox
{
	background-color:gainsboro;
	border:solid 1px black;
	font-size:8pt;
	padding: 10px;
	margin-top:4px;
	height:600px;
}

.YellowBox
{
	background-color:#ffffcc;
	border:solid 1px black;
	font-size:8pt;
	padding: 10px;
	width:450px;
	margin-left:30px;
}

