body, p, td 
{
	font-family			: Verdana, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
	color				: black;
	scrollbar-base-color		: white;
	scrollbar-3d-light-color	:#dee8ce;
  	scrollbar-arrow-color		:#339900;
  	scrollbar-darkshadow-color	:#339900;
  	scrollbar-face-color		:#8CD24F;
  	scrollbar-highlight-color	:#FFFFFF;
  	scrollbar-shadow-color		:#dee8ce;
  	scrollbar-track-color		:#dee8ce;	
}

h1 
{
	font-family			: Verdana, Helvetica, sans-serif;
	font-size			: 13px;
	color				: #006600;
}

h2 
{
	font-family			: Verdana, Helvetica, sans-serif;
	font-size			: 14px;
	color				: #006600;
}

h3 
{
	font-family			: Verdana, Helvetica, sans-serif;
	font-size			: 16px;
	color				: #006600;
}

h4 
{
	font-family			: Verdana, Helvetica, sans-serif;
	font-size			: 18px;
	color				: #006600;
}

b, strong 
{
	font-family			: Verdana, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight 			: bold;
	color				: black;
}

a:link 
{
	text-decoration 	: none;
	color				: #006600;
}

a:visited 
{
	text-decoration 	: none;
	color				: #006600;
}

a:active 
{
	text-decoration 	: none;
	color				: #006600;
}

a:hover 
{
	text-decoration 	: underline;
	color 				: #006600;
}

.GridColumnItem
{
	font-family			: Verdana, Helvetica, sans-serif;
	font-size			: 11px;
	font-weight			: normal;
}

.GridColumnItem a:link 
{
	text-decoration 	: none;
	color				: black;
}

.GridColumnItem a:visited 
{
	text-decoration 	: none;
	color				: black;
}

.GridColumnItem a:active 
{
	text-decoration 	: none;
	color				: black;
}

.GridColumnItem a:hover 
{
	text-decoration 	: underline;
	color 				: #006600;
}

.GridAlternatingItem
{
	font-family			: Verdana, Helvetica, sans-serif;
	font-size			: 11px;	
	background-color	: #DEE8CE;	
	font-weight			: normal;
}
