/* CSS definition file containing sitestyle stylesheets */
 
td {
 font-family: verdana;
 font-size: 11px;
 color: #999999;
}

/* 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:#FF030D; font-family: verdana, tahoma, arial  }
.footer a:link { text-decoration: none; color:#FF030D; }
.footer a:visited { text-decoration: none; color:#FF030D; }
.footer a:hover { text-decoration: none; color:#000000; }

/* ssitext */
.ssitext { font-size: 10px; color:#999999; font-family: verdana, tahoma, arial  }
.ssitext a:link { text-decoration: none; color:#FF5721; }
.ssitext a:hover { text-decoration: none; color:#666666; }
.ssitext a:visited { color:#FF5721; font-weight:none; text-decoration: none; }


/* Normal, standard links. */
a:link, a:visited
{
	color: #FF6600;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}