.Bottom_Navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.Top_Navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #AA3426;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.Headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px; 
	color: #AA3426;
}
.headGrey {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px; 
	color: #999999;
	font-weight: normal;
	padding-left:5px;
	text-align:left;
	border-bottom: 1px solid #999999;
}
.headRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px; 
	color: #AA3426;
	font-weight: normal;
	padding-left:0px; padding-bottom:0px;
	text-align:left;
	border-bottom: 1px solid #AA3426;
}
.Content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333333;
}
.contentSM {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333333;
}
.svcContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:#333333;
	padding-left:15px;
	padding-right:10px;
	padding-top:15px;
}
.sectionHdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #AA3426;
	font-weight: bold;
}
.sectionHdrWhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
/* matt added from index.php */
.row {
	background-color:#CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.altrow {
	background-color:#EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.smLink {
	font-size: 10px;
	font-weight:bold;
	text-decoration:underline;
}
body {
	background-image: url(images/background.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-top:5px;
	padding-left:10px;
	text-align: right;
	vertical-align:top;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.tdHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color:#ffffff;
	border-bottom-color: #333333;
	border-bottom-style: none;
}
.bldgTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #AA3426;
	font-weight: bold;
}
.fieldLabel {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #aa3426;
	font-weight: bold;
}
.adminSectionHdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	font-stretch: extra-expanded;
	background-color: #aa3426;
}
.thLeft {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-top:5px;
	padding-left:10px;
	text-align: left;
	vertical-align:top;
	border-right: 1px solid #333333;
	border-bottom: 1px dashed #333333;
}
.homeAdvert {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
}
.logo1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #AA3426;
}
.logo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.logo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AA3426;
}
ul,li {
	list-style: disc;
	list-style-position:inside;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:10px;
	margin-right:0px;
}