/* CSS Document */

A:link { color:#000066; text-decoration: underline}
A:visited { color:#800080; text-decoration: underline }
A:hover { color: #ff6600; text-decoration: underline }
A:active { color: #FF6600; text-decoration: none }

body {
}

.textlink { font-family: Arial, Helvetica, sans-serif;	font-size: 13px; color: #000080; text-decoration: none;}
.textlink A { color: #000066; text-decoration: none;}
.textlink A:link { color: #000066; text-decoration: none; }
.textlink A:visited { color: #000066; text-decoration: none; }
.textlink A:hover { color: #ff6600; text-decoration: underline; font-weight:bold }
.textlink A:active { color: #000066; text-decoration: none; }

.textlinksml { font-family: Arial, Helvetica, sans-serif;	font-size: 10px; color: #000080; text-decoration: none;}
.textlinksml A { color: #000066; text-decoration: none;}
.textlinksml A:link { color: #000066; text-decoration: none; }
.textlinksml A:visited { color: #000066; text-decoration: none; }
.textlinksml A:hover { color: #ff6600; text-decoration: underline; font-weight:bold }
.textlinksml A:active { color: #000066; text-decoration: none; }


