 /* forum styles */

.forum {
  margin-left:20px;
  margin-right:20px
}




       .forum table.forumTbl, form.forum td { font-size:10pt; color:#444; }
       .forum table.forumTbl td.row, td.rowGrey { background-color:#f0f0f0; padding:5px; }
       .forum table.forumTbl td.rowGrey { background-color:#fff; }
       .forum table.forumTbl td.forumHead { background-color:#DDDDDD; color:#2a2a2a; text-align:center; font-weight:bold; border-bottom:2px solid #f0f0f0; }

       .forum form.forum input { font-size:8pt; color:#444; width:80%; }
       .forum form.forum textarea { font-size:8pt; color:#444; width:80%; height:120px; }


.forum a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #333333;
	font-weight: normal;
	line-height: normal;
}
.forum a:link {
	text-decoration: none;
	color: #CC9999;
}
.forum a:visited {
	text-decoration: none;
	color: #CC9999;
}
.forum a:hover {
	text-decoration: none;
	color: #333333;
}
.forum a:active {
	text-decoration: none;
}
