/* CSS for CMS Content */

.black {
	color: #000000 !important;
}
.white {
	color: #ffffff !important;
}
.green {
	color: #77ad52 !important;
}
.center {
	text-align: center;
}
.center img {
	display: inline;
}
img, object {
	display: block;
	border: none;
}
h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}
h1 {
	font-size: 1.4em;
	color: #77ad52;
}
h1.small {
	font-size: 1.1em;
}
h1.centre {
	text-align: center;
}
h2 {
	font-size: 1em;
	color: #77ad52;
}
h3 {
	font-size: 0.9em;
}
p, ul, ol {
	font-family: Arial, sans-serif;
	color: #646464;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}
#propertytable {
	font-family: Arial, sans-serif;
	color: #646464;
	font-size: 0.8em;
}
p.center {
	text-align: center;
}
p.center img {
	display: inline;
}
a {
	color: #646464;
	text-decoration: underline;
}
a:hover {
	color: #77ad52;
}
ol.alpha ul li, ul li {
	list-style-position: outside;
	list-style-type: square;
}
ol li {
	list-style-position: outside;
}
ol ol, ol ul {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
}
ol.alpha li {
	list-style: lower-alpha;
}

/* UNVERIFIED */

/*

.darker, #side h2.darker
{
	color: #000000;
}

.red
{
	color: #ed1b24;
}

.brown
{
	color: #432e38;
	font-weight: bold;
}

table.neat td
{
	color: #6d6f71;
}

h1 img
{
	margin: 0.2em 0.5em 0 0;
}

*/
