body
{
	font-family: Verdana;
	background-color: #FFFFFF;
}

td
{
	font-size: 12px;
}

a
{
	text-transform: capitalize;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	color: #00AA00;
	
}

a:hover
{
	text-decoration: underline;
}



.shoutTitle
{
	font-weight: bold;
	text-transform: capitalize;
	/*color: #CE5D5A; */
	color: #800000;
	font-size: 14px;
}

.shoutText
{
	background-color: #FAFAFF;
}

.pageHeader
{
	background-color: #6B696B;
	color: White;
	font-family: Arial;
}

.pageHeaderSeparator
{
	background-color: #8D8B8D;
}

.pageHeaderSeparatorLevel2
{
	background-color: #AFADAF;
}

.pageLeftBar
{
	background-color: #FAFAFF;
}

.grid
{
	border-color: #DEDFDE;
	border-style: none;
	border-width: 1px;
	background-color: White;
	color: Black;
}

.gridFooter
{
	background-color: #CCCC99;
}

.gridSelectedItem
{
	background-color: #EEEEBB;
}

.gridAlternatingItem
{
	background-color: White;
}

.gridItem
{
	background-color: #F7F7DE;
}

.gridHeader
{
	font-weight: bold;
	color: White;
	background-color: #6B696B;
}

.gridPager
{
	color: Black;
	background-color: #F7F7DE;
}
