/* Font styles */

.heading {
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #371C00;
}
.main-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #8A9A73;
}

.text-body-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8A9A73;
	font-weight: bold;
}

.sub-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #8A9A73;
}

.text-body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: small;	text-decoration: none;	color: #8A9A73;}
a.text-body:link {	color: #90ad60;	text-decoration: none;	font-weight: bold;}
a.text-body:visited {	color: #90ad60;	text-decoration: none;	font-weight: bold;}
a.text-body:hover {	color: #CCD0AF;	text-decoration: none;	font-weight: bold;}
a.text-body:active {	color: #CCD0AF;	text-decoration: none;	font-weight: bold;}


a.template-link:link { color: #577C1F; text-decoration: none } 
a.template-link:visited { color: #577C1F; text-decoration: none } 
a.template-link:hover { color: #CCD0AF; text-decoration: none }
a.template-link:active { color: #E7ECB2; text-decoration: none }



/* Template cell backgrounds */

.centrepic {
	background-position: center;
	text-align: center;
}
.template-left {
	background-image: url(../Images/template/CCE-Design-web-templateb_05.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.templatebottom {
	background-image: url(../Images/template/CCE-Design-web-templateb_11.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #577c1f;
}
.templatetop {
	background-image: url(../Images/template/CCE-Design-web-templateb_02.jpg);
	background-repeat: no-repeat;
}



/* Submenu menu pages */
.MenuPrint{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #abb7a5;
	text-decoration: none;
}

.MenuPrintHover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #41b6a6;
	text-decoration: none;
}
.MenuPrintActive{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #b05141;
	text-decoration: none;
}
