/* CSS definition file containing sitestyle stylesheets */
 
td {
 font-family: verdana;
 font-size: 11px;
 color: black;
}

/* headerlinks */
.headerlinks { font-size: 12px; color:#666666; font-family: verdana, tahoma, arial  }
.headerlinks a:link { text-decoration: none; color:#666666; }
.headerlinks a:hover { text-decoration: underline; color:#336699; }
.headerlinks a:visited { color:#666666; font-weight:none; text-decoration: none; }

/* footer */
.footer { font-size: 9px; color:#666666; font-family: verdana, tahoma, arial  }
.footer a:link { text-decoration: none; color:#666666; }
.footer a:hover { text-decoration: none; color:#336699; }
.footer a:visited { color:#666666; font-weight:none; text-decoration: none; }

/* Normal, standard links. */
a:link, a:visited
{
	color: #336699;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}