td.usersSelected {
	TEXT-ALIGN: center;
	background: #FFFFFF;
	border-width: 2;
	border-color: #457A36;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
}

td.usersNotSelected {
	TEXT-ALIGN: center;
	background: #B7CDB1;
	border-width: 2;
	border-style: solid;
	border-color: #457A36;
}

td.usersSpacer {
	border-bottom-width: 2;
	border-bottom-style: solid;
	border-bottom-color: #457A36;
}

td.usersMain {
	background: #FFFFFF;
	border-width: 2;
	border-color: #457A36;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}

table.users {
	border: 0; 
	border-collapse: separate;
	border-spacing: 0; 
	width: 95%; 
	margin-left: 10; 
	margin-right: 10;
}

a.tabLink:link {
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	COLOR: #457A36;
}
a.tabLink:visited {
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	COLOR: #457A36;
}
a.tabLink:hover {
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	COLOR: red;
}

p.News
{
	text-indent: -20px; margin-left: 40px; margin-top: 0; margin-bottom: 0; margin-right: 20px
}
.NewsHeading 
{
	text-decoration: underline; font-weight: bold
}
.News 
{
	text-decoration: none; font-weight: none
}

p.FAQQuestion
{
	text-indent: -20px; margin-left: 40px; margin-top: 0; margin-bottom: 0; margin-right: 20px; font-weight: bold; text-decoration: underline
}
p.FAQAnswer
{
	text-indent: -20px; margin-left: 60px; margin-top: 0; margin-bottom: 0; margin-right: 20px
}