body
{
	color: Black;
	background-color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	margin: 0;
}

.primaryColor
{
    color: #CC3B02;
}

.lighterPrimaryColor
{
    color: #EE5D24;
}

a:link
{
	color: #CC3B02;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: underline;
	
}

a:visited
{
	color: #CC3B02;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: underline;
	
}

a:hover
{
	color: #EE5D24;
	text-decoration: underline;
	font-weight: normal;
}

a:active
{
	color: #EE5D24;
	text-decoration: underline;
	font-weight: normal;
}


.grid
{
	border: solid 1px #708BB1;
	margin-top:15px;
}

.gridRowHeader
{
	color:White;
	background:#45537B;
}

.gridRowHeader a:link
{
	color:White;
	text-decoration: underline;
	
}

.gridRowHeader a:visited
{
	color:White;
	text-decoration: underline;
	
}

.gridRowHeader a:hover
{
	color:#FFB550;
	text-decoration: underline;
	
}

.gridRow
{
	background:#E2EBF5;
}

.gridItem
{
	padding:2px 7px;
}

.gridRowAlternating
{
	background:#FFFFFF;
}

.gridRowFooter
{

}

.backLink:link, visited
{
	font-weight:bold;
	font-size: medium;
}
