

/* Common Style --------------------------------------------------------------*/

body {
margin: 0; 
padding:0;
font-size: 13px;
font-family: arial, Verdana, sans-serif;
background-color:#dddddd;
}

.nav { font-weight:bold; }

table, tr, td { 
	font-size: 13px;
	font-family: arial, Verdana, sans-serif;
}


a:link,a:visited,a:active { text-decoration: none; color: #006c79; }
a:hover  { text-decoration: underline; }

a.footer,a.footer:visited { text-decoration: none; color: silver;text-decoration: underline;font-size:10px; }

a.admin,a.admin:visited { text-decoration: none; color: red;text-decoration: underline;font-size:10px; }

a.nav,a.nav:visited { text-decoration: none; color: white;text-decoration: none;font-size:18px;font-weight:bold;font-family:times; }
a.nav:hover {text-decoration:underline;color:#f1fe60; }

a.botnav,a.botnav:visited { text-decoration: none; color: #f1f1f0;text-decoration: none; }
a.botnav:hover {text-decoration:underline;color:#f1fe60; }
