/* CSS Document */

/* General font families for common tags */
font,th,td,p { font-family: Times;  }
a:link,a:active,a:visited { color : #006633; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #006600 0px; border-top-width: 1px;}
.forumline	{ background-color: #FFFFFF; border: 2px #006633 solid; }
th	{
	color: #CFCFCF; font-size: 11px; font-weight : bold;
	background-color: #006633; height: 25px;
}
h1	{ color: #006633; }
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
		background-image: url('solarinvirginia3.png'); 
		background-repeat:no-repeat;
		background-color:#006633; border: #FFFFFF; border-style: solid; height: 28px;
}
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFFFF}
a.cattitle		{ text-decoration: none; color : #FFFFFF; }
a.cattitle:hover{ text-decoration: underline; }

