a { 
	color: #006699; 
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
    font-weight: bold 
  }

A:link { 
	color: #006699; 
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold 
  }

A:visited  {
	color: #006699; 
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold 
  }

A:hover {
    color: #990033; 
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold 
}

td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt
  }

th { 
	font-size: 10pt; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif  
 }

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006699;
}

.bigblue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #006699;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990033;
}
.bigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #990033;
}
.boldred {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #990033;
}
.bluemenu {
	background-color: #006699;
	text-align: center;
}
a.whitemenutext {
	color: #FFFFFF;
	text-decoration: none;
}

a.whitemenutext:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.whitemenutext:visited  {
	color: #FFFFFF; 
	text-decoration: none; 

  }