body {
	background-color: #F1F0E4;
	margin-left: 15px;
}
a:link {
	color: #008284;
}
a:visited {
	color: #844100;
}
.bodyTxt {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.dynamictxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.weblink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.footerLinks {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactHeads {
	color: #008284;
	font-size: medium;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.brnText {
	font-family: "Courier New", Courier, mono;
	color: #844100;
	font-size: 12px;
}
.welcome {
	color: #008284;
	font-size: 14px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}

//  ADDED BY ANDREW MASON 10/20/2005
//  USED MAINLY IN THE ADMIN DIRECTORY

.bodyText
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.siteHeading
{
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}

.pageHeading
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.disclaimer
{
	font-family:Arial;
	font-size:10px;
	color:#000000;
}

.sqlSuccess
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#66CC66;
	
}

.sqlFail
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;	
	color:#FF3300
}

