/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }

.copyright { font-weight:bold; font-size: 10px; background:white; text-align:center }
a.copyright { text-decoration : none; color:blue;  }
a.copyright:hover { text-decoration : underline; color:blue; }


/* Links to forums */ 
.forumlink 					{ background: none; color: #006699; font-size: 10px; font-family: Verdana, Helvetica; text-decoration: none; font-weight : bold }
a.forumlink:active  { background: none; color: #006699; font-size: 10px; font-family: Verdana, Helvetica; text-decoration: none; font-weight : bold }
a.forumlink:visited { background: none; color: #006699; font-size: 10px; font-family: Verdana, Helvetica; text-decoration: none; font-weight : bold }
a.forumlink:hover		{ background: none; color: #DD6900; font-size: 10px; font-family: Verdana, Helvetica; text-decoration: underline;   }

/* Style of the header columns in the forum listing */
.forumheader 				{ font-family: Verdana, Arial, Helvetica, sans-serif;font-size:10px }

.error { font-weight:bold; font-style:italic; font-size:16px; color:red; text-align:center }