table
{
	font-family: Tahoma, Verdana;
	font-size: 10pt;
}

select
{
	font-family: Tahoma, Verdana;
	font-size: 8pt;
}

a:link
{
	color:gray;
	text-decoration: underline;
}

a:visited
{
	color:gray;
	text-decoration: underline;
}

a:active
{
	color:gray;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a.navbutton
{
	color:white; 
	font-size:13pt; 
	font-family: Book Antiqua, Arial;
	font-weight: bold;
	text-decoration:none;
	width: 100px;
}

a.navbutton:visited
{
	color:white; 
	text-decoration:none;
	width: 100px;
}

a.navbutton:active
{
	color:white; 
	text-decoration:none;
	width: 100px;
}

a.navButton:hover
{
	background-color: #0066ff;
	width: 100px;
}

a.buy
{
	color: blue;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}

a.buy:visited
{
	color: blue;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
}

a.buy:hover
{
	color: red;
}

.BGa
{
	background-color: #9ECD93;
}

.BGb
{
	background-color: #F9FD92;
}

.navbuttonA
{
	background-color: #6699ff;
	border-bottom: 1px solid #FF99FF;

}

.tblCellA
{
	background-color: white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.tblCellB
{
	background-color: #e2e2e2;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.tblCellHead
{
	border-bottom: 1px solid black;
}
.section
{
	text-align:center;
	font-size:15pt;
	color:#cc0066;
	font-weight: bold;
}



