body {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	background-image: url(images/body-bg.jpg);
}

td {
	font-size: 11px;
}

form, p {
	margin: 0px;
}

.main-tbl-border {
	border: 1px solid #333333;
}

.myfield {
	border: 1px solid #666666;
	font-size: 11px;
}

a.grey-link:link {
	color: #333333;
	text-decoration: none;
}

a.grey-link:visited {
	color: #333333;
	text-decoration: none;
}

a.grey-link:hover {
	color: #328E0F;
	text-decoration: underline;
}

a.grey-link:active {
	color: #328E0F;
	text-decoration: underline;
}

a.white-link:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.white-link:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.white-link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.white-link:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu-border {
	border-right: 1px solid #7EE054;	
}

.content {
	line-height: 16px;
}

a.blue-link:link {
	color: #064E82;
	text-decoration: none;
}

a.blue-link:visited {
	color: #064E82;
	text-decoration: none;
}

a.blue-link:hover {
	color: #333333;
	text-decoration: underline;
}

a.blue-link:active {
	color: #333333;
	text-decoration: underline;
}

a.green-link:link {
	color: #328E0F;
	text-decoration: none;
}

a.green-link:visited {
	color: #328E0F;
	text-decoration: none;
}

a.green-link:hover {
	color: #333333;
	text-decoration: underline;
}

a.green-link:active {
	color: #333333;
	text-decoration: underline;
}

.green {
	color: #328E0F;
}

.blue {
	color: #064E82;
}

.white {
	color: #FFFFFF;
}

.list-heading {
	border: 1px solid #000000;
	color: #FFFFFF;
}

.list {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.leadership-divider {
	border-bottom: 1px solid #CCCCCC;
}

body.mceContentBody {
   background: #FFFFFF;
}