body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #4F5050;
}
.copyright {
	font-size: 10px;
	color: #666666;
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #6699CC;
	text-decoration: none;

}
a:active {
	color: #999999;
	text-decoration: underline;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 11px;
}
.imgBorder {
	border: 2px solid lightsteelblue;
}
table {
	font-size: 11px;
}

table.admin{
	padding: 5px;
}

td {
	font-size: 11px;
	line-height: 1.3;
}

th.admin{
	font-weight: bold;
	color: #FFFFFF;
	background-color: steelblue;
	text-align: center;
}

th.adminLt{
	font-weight: bold;
	color: #3366cc;
	background-color: lightsteelblue;
	text-align: center;
}

.whiteTxt {
	color: #FFFFFF;
}
h4 {
	color: #0033cc;
}
li {
	padding-bottom: 15px;
	list-style-image: url(../images/bullet.gif);



}
h5 {
	color: #0033cc;
}
.forumBody {
	background-color: #FFFFFF;
}
.forumMainHeader {
	background-color: steelblue;
	color: white;
}
.forumHeader {
	background-color: lightsteelblue;
	color: #0033cc
}
.whiteBoldTxt {
	font-weight: bold;
	color: #FFFFFF;
}
.AdminTbl {
	padding: 10px;
}
