BODY,TABLE,TD,SPAN,DIV,P {	font-family : "verdana, tahoma, Geneva, arial";	font-size : 10pt;	color : black;}.Head{	font-family : "verdana, tahoma, Geneva, arial";	font-size : 13pt;	color : #000000;	font-weight : bold;}.Head2{	font-family : "verdana, tahoma, Geneva, arial";	font-size : 12pt;	color : #000000;}A {	color : #3333cc;	text-decoration : underline;}A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	maroon;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	maroon;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#3333cc;
	}

.whitetext
{	font-family : "tahoma, verdana, arial";	font-size : 10pt;	color : white;}

.whitemtext
{
    font-family : "tahoma, verdana, arial";	  font-size : 8pt;		color : white;
		text-decoration: none;
}

.greytext
{	font-family : "verdana, Tahoma, arial";	font-size : 10pt;	color : #555555;}

.greymtext
{	font-family : "verdana, tahoma, arial";	font-size : 8pt;	color : #555555;}

.blacktext
{	font-family : "tahoma, verdana, arial";	font-size : 10pt;	color : #000000;}
.blackmtext
{	font-family : "tahoma, verdana, arial";	font-size : 8pt;	color : #000000;}

.bigwhitetext
{
    FONT-SIZE: 16px;
    COLOR: white;
    font-family : "tahoma, verdana, arial";
}


.bluetext
{
    font-family : "tahoma, verdana, arial";	  font-size : 11pt;		color : #336699;
}

.mtext
{
    font-family : "verdana, tahoma, arial";	  font-size : 9pt;		color : black;
}
.smtext
{
    font-family : "verdana, tahoma, arial";	  font-size : 8pt;		color : black;
}

.bigredtext
{
    FONT-SIZE: 16px;
    COLOR: maroon;
    font-family : "tahoma, verdana, arial";
}

.redtext
{
    FONT-SIZE: 10pt;
    COLOR: maroon;
    font-family : "tahoma, verdana, arial";
}

.mredtext
{
    FONT-SIZE: 8pt;
    COLOR: maroon;
    font-family : "tahoma, verdana, arial";
}

.smredtext
{
    FONT-SIZE: 7pt;
    COLOR: maroon;
    font-family : "tahoma, verdana, arial";
}

.smlettertext
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Times New Roman
}

.lettertext
{
    FONT-SIZE: 13px;
    COLOR: #000000;
    FONT-FAMILY: Times New Roman
}
.biglettertext
{
    FONT-SIZE: 14px;
    COLOR: #000000;
    FONT-FAMILY: Times New Roman
}

.form2
{  
	font-family: "tahoma, Verdana, Arial";	font-weight: 600;	font-size : 8pt;	color : 262B68;	border-right: 1 solid #262B68;	border-bottom: 1 solid #262B68;	background-color: ccffff;	padding-top: 1; padding-bottom: 1;	
}
.form
{  	font-weight: 600;	font-size : 8pt;
}

.txtbox
{ 
	border-color:#999999;
	border-width:1px;
	border-style:Solid;
	width:90px;
	font-family : "tahoma, verdana, arial";	color : black;
}

.formbutton
{
	font-size: 8pt;
	color: black;
	font-family: tahoma, verdana, arial;
	background-color: #fff3ac;
}



/* Links */
.IELinkMYellow {
	font-family : "tahoma, verdana, arial";	font-size : 8pt;
}

A.IELinkMYellow {
	color:#FFFFFF;
	text-decoration: none;
}

A.IELinkMYellow:visited {
	color:#FFCC66;
	text-decoration: none;
}

A.IELinkMYellow:hover {
	color:#FFCC66;
	text-decoration: none;
}


.MenuLink {
	font-family : "helvetica, arial, tahoma, verdana";	font-size : 10pt;
	text-decoration : none;
	font-weight : bold;
}

A.MenuLink {
	color:#FFF3AC;
	text-decoration: none;
}

A.MenuLink:visited {
	color:#FFF3AC;
	text-decoration : none;
}

A.MenuLink:hover {
	color:#000000;
	text-decoration: none;
}

.BlackLink {
	font-family : "helvetica, arial, tahoma, verdana";	font-size : 10pt;
	text-decoration : none;
	font-weight : bold;
}

A.BlackLink {
	color:#000000;
	text-decoration: none;
}

A.BlackLink:visited {
	color:#000000;
	text-decoration : none;
}

A.BlackLink:hover {
	color:#555555;
	text-decoration: none;
}

/* Custom styles for Tables and DataGrids */

TD.details
{
	text-align: center;
	margin-top: 15px;
}

TR.DataGrid_HeaderStyle 
{
	color: #000000;
	background-color: #FFF3AC; 
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	font-size: 8pt;
	line-height: normal;
}

TR.DataGrid_HeaderStyle A
{
	text-decoration:	underline;
	color:	#3333CC;
}

TR.DataGrid_HeaderStyle A:visited
{
	text-decoration:	underline;
	color:	#333399;
}

TR.DataGrid_HeaderStyle A:hover
{
	text-decoration:	none;
	color:	#3333CC;
}


TR.DataGrid_SelectedItemStyle
{	
	font-weight: bold;
	Color: 6699CC;
	background-color: #9CF; 
}

TR.DataGrid_ItemStyle
{
	background-color: #FFFFFF;
	font-size: 8pt;
}


TR.DataGrid_FooterStyle
{
	background-color: #ffffff; 
}

TR.DataGrid_PagerStyle
{
	color: #000000;
	background-color: #ffffff; 
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
}