


A:link
	{
	text-decoration	:	none; 
	color		:	#FFFF00;
	background	:	transparent;
	}

A:active
	{
	text-decoration	:	none; 
	color		:	#FFFF00;
	background	:	transparent;
	}

A:visited 
	{
	text-decoration	:	none; 
    	color		:	#FFFF00; 
  	background	:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#FFFF00;
	background	:	#6699FF;
	}


.tableheader
{
	font-family: verdana;
	font-size: 11px;
	color: #444;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	background-color:#F6F6F6;
}
.tabletitle
{
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #688397;
}
.tablecell
{
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #FFFFFF;
}
.tableclass
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	background: #EFEFEF;
    border: 1px solid #AAAAFF;
	margin: 2px;
	padding:2px;
}



