@charset "utf-8";
/* CSS Document */

a:link {color: #990000; text-decoration:none}     /* unvisited link */
a:visited {color: #990000; text-decoration:none}  /* visited link */
a:hover {color: #990000; text-decoration: underline; font-weight:bold}   /* mouse over link */
a:active {color: #990000; text-decoration:none}   /* selected link */

a.s:link {color: #FF0000; text-decoration: none; font-weight:bold; font-size:12px} 
a.s:visited {color: #FF0000; text-decoration:none; font-weight:bold; font-size:12px} 
a.s:hover {color: #FF0000; text-decoration:underline; font-weight:bold; font-size:12px} 
a.s:active {color: #FF0000; text-decoration:none; font-weight:bold; font-size:12px} 


a.ss:link {color: #FF0000; text-decoration: none; font-weight:bold; font-size:10px} 
a.ss:visited {color: #FF0000; text-decoration:none; font-weight:bold; font-size:10px} 
a.ss:hover {color: #FF0000; text-decoration:underline; font-weight:bold; font-size:10px} 
a.ss:active {color: #FF0000; text-decoration:none; font-weight:bold; font-size:10px} 



a.m:link {color: #FFFFFF; text-decoration: none; font-weight: normal; font-size:11px} 
a.m:visited {color: #FFFFFF; text-decoration:none; font-weight:normal; font-size:11px} 
a.m:hover {color: #FFFFFF; text-decoration:underline; font-weight:bold; font-size:11px} 
a.m:active {color: #FFFFFF; text-decoration:none; font-weight:normal; font-size:11px} 

a.mm:link {color: #003399; text-decoration: none; font-weight: bold; font-size:13px} 
a.mm:visited {color: #003399; text-decoration:none; font-weight:bold; font-size:13px} 
a.mm:hover {color: #003399; text-decoration:underline; font-weight:bold; font-size:13px} 
a.mm:active {color: #003399; text-decoration:none; font-weight:bold; font-size:13px} 
