.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E91C24;
}
a:link {
	color: #E91C24;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #666666;
}

a:visited {
	color: #E91C24;
	font-weight: bold;
		text-decoration: none;

}

/**************** menu coding *****************/
#menu {
	display: block;
	width: 13em;
	padding-left: 5px;
	padding-top: 15px;

}

#menu ul {
	list-style: none;
	padding: 0;

}

#menu a {
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;

}



#menu a {
	color: #000;
	text-decoration: none;
	background-color: #FFFFFF;
}

#menu a:hover {
	color: #a00;
	background-color: #FAF28F;
}

.textColor p{
color: #000000;
font-size: 20px;
font-weight: bold;
}
