/* The color and images of the background */
/* The info for the header */
.border {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
.bodyfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.bodymain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
/* The color of the column "Subject" in the forums
   as well as "The Message" and "Replies" rows when 
   reading the messages */
.subject {
	background-color: #FFFFFF;
	filter: alpha(opacity=60);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
/* The color of two of the columns ("By" and "Posted") in the forums */
.light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	opacity: .7;
	filter: alpha(opacity=70);
}
/* The color of two of the columns ("Replies" and "Last Reply") in the forums */
.dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
}
/* The color of the background of the messages in the forum */
.messages {
	background-color: #FFFFFF;
	opacity: .8;
	filter: alpha(opacity=80);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

