BODY, TABLE, h1, h2
{
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

sup
{
	font-size: 8pt;
}

A:link, A:visited
{
	color: Blue;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}

.Heading
{
	color: #FF211D;
	font-size: 14px;
	font-weight: bold;
}

.SubHeading
{
	font-weight: bold;
}


.rightSideBar
{
	color: #E5720A;
	font-size: 10px;
}

/* --- Begin Grid Styles --- */
.grid
{
	border: solid 1px black;
	border-collapse: collapse;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}
.grid TD
{
	border: solid 1px black;
	padding: 2px 4px 2px 4px;
}
.gridHeader
{
	color: #F9FAE8;
	background-color: #DB2C1B;
	font-weight: bold;
}
.gridHeader A:link, .gridHeader A:visited
{
	color: #F9FAE8;
	text-decoration: underline;
}
.gridHeader A:hover
{	
	text-decoration: underline;
}
.gridItem
{
	color: black;
	background-color: white;
}
.gridAltItem
{
	color: black;
	background-color: #F9FAE8;
}
.gridFooter
{
	color: black;
	background-color: white;
}
.gridPager
{
	color: white;
	background-color: black;
	font-weight: bold;
}
.gridPager A:link, .gridPager A:visited
{
	color: silver;
	text-decoration: none;
}
.gridPager A:hover
{	
	text-decoration: underline;
}
/* --- End Grid Styles --- */