/* Base class, the rest inherit from this */
I {
	font : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #0033ff;
	font-weight : bold;
	font-style : italic;
}

B {
	font : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #660000;
	font-weight : bold;
}
B.blue {
	font : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #003366;
	font-weight : bold;
}
B.main {
	font : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight : bold;
}
B.l-nav {
	font : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffcc;
	font-weight : bold;
}
B.2-nav {
	font : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-weight : bold;
}
TABLE, TR, TD     {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
TABLE.main, TR.main, TD.main     {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
}
BODY      {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff
}
a:link, a:visited, a:active  {
	text-decoration:underline;
	color: #003399
}
a.nav:hover                      {
	text-decoration:underline;
	color: #ff0000;
	font: 10px Arial, Helvetica, sans-serif;
}
a.nav:link, a.nav:visited, a.nav:active  {
	text-decoration:underline;
	color: #003399;
	font: 10px Arial, Helvetica, sans-serif;
}
a:hover                      {
	color: #ff0000;
}

a.category:link, a.category:visited, a.category:active  { text-decoration: none; color : #ffffcc; }
a.category:hover { text-decoration: underline; color : #ffff00; }
a.main:link, a.main:visited, a.main:active  { text-decoration: underline; color : #990000; }
a.main:hover { text-decoration: underline; color : #003399; }

a.nav1:link, a.nav1:visited, a.nav1:active  { text-decoration: none; color : #000066; }
a.nav1:hover { text-decoration: underline; color : #ffff00; }
a.nav2:link, a.nav2:visited, a.nav2:active  { text-decoration: none; color : #333366; }
a.nav2:hover { text-decoration: underline; color : #cc0000; }
a.bar:link, a.bar:visited, a.bar:active  { text-decoration: none; color : #ffff33; }
a.bar:hover { text-decoration: underline; color : #ffffff; }
/* Category Headers - Navigation - Misc Stuff */
#category         { font-size:11px; font-weight : bold; color : #FCFAE3; height: 24px }

#nav              { font-size:10px; font-weight : bold;  }
#nav a:link, #nav a:visited,#nav a:active  { text-decoration: underline; color : #000000 }
#redirect         { font-size:11px; font-weight:bold;  }
#highlight        { font-size : 10px; color : #3D3D75 }
#highlight a:link, #highlight a:visited, #highlight a:active { text-decoration: underline; color:#3D3D75 }
#highlight a:hover{ text-decoration: underline }
/* Viewing Topics Stuff */
#signature         { font-size:10px; color:#6F9AC6 }
#postdetails       { font-size:10px; color:#000000 }
#postcolor         { font-size:11px; color:#000000; line-height : 150%; }
#membertitle       { font-size:10px; font-style: italic; line-height:150%; color:#000033 }
#normalname        { font-size:11px; font-weight : bold; color:#000033; padding-bottom:2px }
#unreg             { font-size:11px; font-weight:bold;  color:#990000 }
.buttontext { font-size:10px; color:#000000; text-decoration:none;}
/* Titles n' stuff */
#titlelarge          { font-size:10px; font-weight:bold; line-height:150%; color : #FCFAE3 }
#titlelarge a:link, #titlelarge a:visited, #titlelarge a:active { color:#FCFAE3 }
#titlemedium         { font-size:10px; font-weight:bold; line-height:150%; color:#000000; height: 28px; background-image: url(images/topcell.gif); padding-left: 10px; }
#titlemedium  a:link, #titlemedium  a:visited, #titlemedium  a:active { text-decoration: none; color : #000000 }
#titlemedium a:hover { text-decoration: underline }
/* Menu - Control Panel Stuff */
#controlpanel    { font-size:10px; font-weight:bold; line-height:150% }
#usermenu        { font-size : 12px; line-height:150%; color : #000000}
#tabs            { border:1px solid #333366; vertical-align:middle; font-size: 11px; }
/* Forum Links - Topic Links */
#linkthru         { font-size:10px; color : #000033 }
#linkthru  a:link, #linkthru  a:visited, #linkthru  a:active   { text-decoration: underline; color : #000033 }
#linkthru a:hover { text-decoration: underline; color : #000033 }
#desc             { font-size:10px; color : #555555 }
#copyright        { font-family: Arial; font-size : 9px; text-decoration: none; line-height : 12px; color: #000000; letter-spacing: 1px}
#QUOTE { font-family:Verdana, Arial; font-size:10px; color: #333333; background-color: #FFFFFF; border : 1px solid Black;padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; }
#CODE { font-family:Verdana, Arial; font-size:10px; color: #333333; background-color: #FFFFFF;  border : 1px solid Black; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; }
#ME     { font-family:Verdana, Arial; font-size:12px; color: #CC0000; text-align:center; font-weight: bold; }
.bottom { vertical-align: bottom }
.forminput    { font-size: 8pt; background-color: #CCCCCC; font-family: verdana, helvetica, sans-serif; vertical-align:middle }
.textinput    { font-size: 10pt; font-family: verdana, helvetica, sans-serif;vertical-align:middle }
#small { font-family: arial; font-size:9px }
#date  { font-size:10px; color : #AAAACC }