/* General layout */
a:link        { text-decoration: none; color: green; font-weight: normal; }
a:visited     { text-decoration: none; color: #808000; font-weight: normal; }
a:hover       { text-decoration: none; color: #FFEB00; }
BODY          { font-family: Verdana, Helvetica, Arial; font-size:12px; margin-top: 0; margin-left: 0; margin-right: 0; padding-                     top: 0; padding-left: 0; padding-right: 0; }
text          { font-family: Verdana, Helvetica, Arial; font-size: 11px; }
TD            { font-family: Verdana, Helvetica, Arial; color: #000000; font-size: 11px; }
input         { background-color: #F5F5F5; font-family: Verdana, Helvetica, Arial; font-size: 9pt; color: #000000; }
textarea      { background-color: #FFFFFF; font-family: Verdana, Helvetica, Arial; font-size: 9pt; color: #000000; }
select        { background-color: #FFFFFF; font-family: Verdana, Helvetica, Arial; font-size: 7pt; color: #000000; }
.copyright    { font-family: Verdana, Helvetica, Arial; font-size: 10px; }
.tabres {
	width: 200px;
	text-align: left;
	border-collapse: collapse;
	border: 1px black solid;
	
}
.tabres2 {
	width: 300px;
	text-align: left;
	border-collapse: collapse;
	border: 1px black solid;
}
/* YaBB navigation links */
.nav          { font-size: 10px; text-decoration: none; color: #000000; }
.nav:link     { font-size: 10px; text-decoration: none; color: #326C1; }
.nav:visited  { font-size: 10px; text-decoration: none; color: #326C1; }
.nav:hover    { font-size: 10px; text-decoration: none; color: #CCDDBB; font-weight: bold; text-decoration: underline; }

/* YaBB alternating bgcolors */
.windowbg     { background-color: #f8f1d8; font-size: 11px; font-family: Verdana; color: #000000; }
.windowbg2    { background-color: #FFFFFF; font-size: 11px; font-family: Verdana; color: #000000; }
.windowbg3    { background-color: #f8f1d8; font-size: 11px; font-family: Verdana; color: #000000; }

/* Misc./title/category colors */
.hr           { color: #326C1; }
.titlebg      { background-color: #326C1; color: #FFEB00; }
.text1        { font-style: normal; font-weight: bold; font-size: 12px; color: #FFEB00; }
.catbg        { background-color: #CCDDBB; color: #000000; font-weight: bold; font-size: 13px; }
.bordercolor  { background-color: "#326C1"; }

/* Image fonts */
.imgbg        { font-style: normal; font-size: 10px; color: #326C1; }
.imgcatbg     { font-style: normal; font-size: 10px; color: #326C1; font-weight: bold; }
.imgtitlebg   { font-style: normal; font-size: 10px; color: #FFFFFF;  font-weight: bold; }
.imgwindowbg  { font-style: normal; font-size: 9px; color: #326C1; }
.imgmenu      { font-style: normal; font-size: 11px; color: #326C1; font-weight: bold; letter-spacing: 0.1em; }

/* Post quote/code colors */
.quote        { font-size: 10px; font-family: Verdana, Helvetica, Arial; color: #000000; background-color: #CCDDBB; }
.code         { font-size: 10px; font-family: Courier New; color: #000000; background-color: #CCCCCC; }

