body
{
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
}

.BackgroundDefault {
	background-color: #EFF4E6;
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
}
.MainTable {
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
}

.heading
{
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
}

a
{
	font-family: Arial;
	color: #666666;
	font-size: 8pt;
}
a:hover
{
	font-family: Arial;
	color: #7AAD9C;
	font-size: 8pt;
}

.text
{
	font-family: Arial;
	font-size: 10pt;
	color : #666666;
}

.textPrint
{
	font-family: Arial;
	font-size: 10pt;
	color : #000000;
}


.IconHeading
{
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color : #666666;
}

.IconText
{
	font-family: Arial;
	font-size: 7pt;
	color : #666666;
}

.headerItemStyle {font-size: 8pt;}
.itemStyle {font: 8pt Arial;}
.alternatingItemStyle {background-color: #eeeeee;font: 8pt Arial}

.TableText
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color : #666666;
}

.TableHeading
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
}

.FormField
{
	 font-family: arial;
	 font-size: 8pt;
	 border-style: solid; 
	 border-width: 1px; 
	 padding: 1px
}

.FormButton
{
	margin-top: 2px;
	font-size: 9pt;
	cursor: hand;
	font-family: Arial;
	height: 20px;
	text-align: center;

}

.ErrorText
{ 
	color: #FF0000;
	font-family: arial;
	font-size: 8pt;
}

td.Row
{
    background-color: #EFF4E6;
}

/*****************************************************
Text used on tables with a background
*****************************************************/
.tableHeaderText
{
    color: white;
    font-size: 0.7em;
    font-weight:bold;
}

/*****************************************************
Border used around tables
*****************************************************/
.tableBorder
{
    border: 1px #000000 solid; 
    background-color: #FFFFFF;
}

th
{
    background-color: #84BE41;
}


/****************************************
/DATAGRID
****************************************/

.DataGrid
{
    border: 0px;
	
	
}

.DataGridAlternateItem
{  
	FONT-SIZE: 8pt;
	background-color:#dfdfdf;
	color:#333333;
	height: 20px;
}	

.DataGridHead			
{
	 font-size: 8pt;
	 Font-weight: bold;
	 color : #333333;
	 height: 20px;
	 
}

.DataGridItem
{  
	FONT-SIZE: 8pt;
	background-color:#efefef;
	color:#333333;
	height: 20px;
}	

.DataGridAlternateItem A
{  
	color:#333333; 
	text-decoration:underline;
}

.DataGridAlternateItem A:hover 
{ 
	color: #7AAD9C;
}

.DataGridItem A 
{  
	color:#333333;
	text-decoration:underline;
}

.DataGridItem A:hover 
{ 
	color: #7AAD9C;
}
.ListText { color: #000000; font-family: Arial; font-size: 8pt; }
.ListHeading { color: #000000; font-family: Arial; font-size: 8pt; font-weight: bold}