﻿body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12pt;
}

.clsText {
	font-family:  Verdana, Tahoma, Times New Roman;
	font-size:  10pt;
	color:  #000000;
}

.clsTextNoComments {
	font-family:  Verdana, Tahoma, Times New Roman;
	font-size:  10pt;
	color:  #000000;
	text-align: center;
	background-color: #FDFAC3;
}

.clsMenu {
	background-color: #8dc63f;
	width: 100%;
	background-image: url('../Images/MenuBar/Background.gif');
	background-repeat: repeat-x;
	height: 30px;
}

.clsCopyright {
	font-family: Arial, Times New Roman;
	font-size: 8pt;
	color: #818181;
}

.clsTextWaterMark
{
	font-family:  Verdana, Arial, Times New Roman;
	font-size:  8pt;
	color: Gray;
}

.clsGridHeader
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: White;
	background-color:  #5780a9;
	white-space: nowrap;
	background-image: url('../Images/GridHeader.gif');
}

.clsGridHeader a:link
{
	color: White;
	text-decoration: none;
}

.clsGridHeader a:hover
{
	color: White;
	text-decoration: underline;
}

.clsGrid 
{
	font-family: Arial;
	font-size: 10pt;
	border-style: solid;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	line-height: 15pt;
	border-collapse: collapse;
}
.clsGridRow
{
	font-family: Verdana;
	font-size: 8pt;
	line-height: 15pt;
	vertical-align: top;
	background-color: White;
}

.clsGridRow:hover {
	background-color: #FDFAC3;
}

.clsGridRowAlternate
{
	font-family: Verdana;
	font-size: 8pt;
	line-height: 15pt;
	vertical-align: top;
	background-color: #EDF8EA;
}

.clsGridRowAlternate:hover {
	background-color: #FDFAC3;
}

.clsGridPager {
	background-color: #F7F7DE;
	color: Black;
	text-align: right;
}