/* CSS Document */

body, td, p { 
       font-family:verdana,arial,helvetica,sans-serif; 
	   font-size:11px;
	   color:#000; 
	   font-weight:normal; 
}
.smaller  { 
       font-family:verdana,arial,helvetica,sans-serif;
	   font-size:9px; 
	   color:#fff; 
	   font-weight:normal; 
}
.nav { 
       font-family:verdana,arial,helvetica,sans-serif; 
	   font-size:11px; 
	   color:#fff; 
	   font-weight:normal; 
}
.bold { 
       font-weight:bold; 
}
a { 
       color: #696; 
	   font-size: 11px; 
	   font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
       text-decoration: none;
}
.text {
       text-decoration: none;
	   border-bottom: dashed 1px #696;
} 
.enter { 
       color: #fc0; 
	   font-size: 15px; 
	   font-weight: bold; 
	   font-family: Verdana, Arial, Helvetica, sans-serif 
}
a:hover.text { 
       background-color: #fc6;
	   text-decoration: none;
	   border-bottom: dashed 1px #696;
}
a:active { 
       color: #fc6;
}
a:active.topnav { 
       font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 11px; 
	   font-weight: bold; 
	   color: #fc6; 
}
a:hover.topnav {  
       font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 11px; 
	   font-weight: bold; 
	   color: #fc6; 
}
a:vlink.topnav {  
       font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 11px;
	   font-weight: bold; 
	   color: #fc6;
}
a.topnav { 
       font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 11px; 
	   font-weight: bold; 
	   color: #063; 
}
a.more { 
       font-family: Verdana, Arial, Helvetica, sans-serif; 
	   font-size: 11px; 
	   font-weight: normal; 
	   color: #000; 
}
.heading { 
       font-family:verdana,arial,helvetica,sans-serif; 
	   font-size:13px; 
	   color:#000; 
	   font-weight:bold; 
}
.form { 
       font-family:verdana,arial,helvetica,sans-serif; 
	   font-size:11px; 
	   color:#000; 
	   font-weight:normal; 
}
.notice { 
       font-family:verdana,arial,helvetica,sans-serif; 
	   font-size:10px; 
	   color:#000; 
	   font-weight:normal; 
}
.yellow {
       font-color: #fc0;
	   font-weight: bold;
}