body, td {
	font-family: Arial;
	font-size: 12px;
}

a:link, a:visited {
	color: #040607;
	text-decoration: none;
}

a:hover,a:active {
	color: #ED1C24;
}

#content a:link,#content a:visited {
	text-decoration: underline;
}

/*___________ bof search box _________________*/
.topMenu a {
	width:100%;
	display:block;
	float:left;			
	line-height:25px;
	vertical-align:middle;
	color: #040607;	
}

.topMenu a:hover, .topMenuActive a {
	color: #ED1C24;
}

/*___________ bof main menu  _________________*/
.mainMenu {
	color: #FFF;
}

.mainMenuActive {
	color: #ED1C24;
}

/*___________  bof sub menu  _________________*/
a.subMenu, a.subMenu:link, a.subMenu:visited {
	color: #040607;
}

a.subMenu:hover, a.subMenuActive:hover {
	color: #ED1C24;
}

 a.subMenuActive {
	font-weight: bold;
	color: #040607;
}

/*___________  bof content  _________________*/
/* BOF DO NOT REMOVE FROM HERE... THESE CONTENT TAG ARE USED ALSO IN THE CMS TEMPLATE EDITOR */
p {
	font-size: 12px;
	line-height: 18px;
	font-family: arial;
	font-weight: normal;
	color: #000000;
	margin:0px;
	margin-right:5px;
	margin-bottom:20px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #ED1C24;
	margin: 0px;
	margin-bottom:10px;	
}

h2 {
	color: #040607;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	width: 100%;
	margin: 0px;
}

#content h2.bg {
	background-image: url('/template/images/h2-background.jpg');
	background-repeat: repeat-x;
	text-indent: 4px;
}
/* EOF DO NOT REMOVE FROM HERE... THESE CONTENT TAG ARE USED ALSO IN THE CMS TEMPLATE EDITOR */
.navlink {
	color: #040607;
}

a.navlink:hover {
	color: #ED1C24;
	text-decoration: underline;
}

hr {
	border: 1px solid #ED1C24;
	width: 100%;	
}

/*___________  bof search ___________________*/
.searchtitle,.newstitle {
	color: #040607;
}

a.searchtitle:hover,a.newstitle:hover {
	color: #FFF;
}

/*___________  bof footer   _________________*/
.footerLeft a {
	color: #ffffff;
}

.footerLeft a:hover {
	color: #ED1C24;
}