body, .body { 
	background-color: #ccc;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: black; 
 }

img { border-color: white; }
P, LI, TD, BR, DIV, BLOCKQUOTE  {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: inherit;
}

UL, LI { font-size: 12px; text-align: left; }
TH
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: inherit;
}
h1 {
 	font-size: 16px;
	color: #cc3300;
}

h2 {
 	font-size: 16px;
	color: #000000;
	text-align: center;
}
h3 {
 	font-size: 14px;
	color: #cc3300;
}

h4 {
 	font-size: 12px;
	color: #000000;
}

.red {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #cc3300;
	font-weight: bold;
 }
 .grey {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
 }

.redheading
{
	background-color: #C82A2B;
	text-align: center;
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: white;
}

.outerborder {
	background-color: #ccc;
}

.greybg
{
	background-color: #CCC;
}
.whitebg
{
	background-color: #FFF;
}

.redbg
{
	background-color: #CC3300;
		text-align: center;
	font-family: Helvetica, Arial;
	font-size: 14px
	colour: white;
}
.large {
	font-size: 18px;
	color: black;
}
.copyright { 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 9px;
	color: black;
 }

a:link { 
	color: #c82a2bf;
 }

a:visited { 
	color: #999999;
 }

a:active { 
	color: #cc3300;
}

a.navtext:link { 
	color: #ffffff;
 }

a.navtext:visited { 
	color: #999999;
 }

a.navtext:hover {
	color: #ffffff;
	
}
a.navtext:active{ 
	color: #cc3300;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 14px;
	
}