A:LINK, A:VISITED {
	color : #d21c29
}
H5 {
		color : #d21c29;
}
H1 {
	color : #d21c29;
}
H3 {
	color : #d21c29;
}
H2 {
	color : #d21c29;
}
body {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12 pt;
}
td{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

BODY {
	
}

hr{ color: #D21C29; 
	
}

#divCont {
	position:absolute;
	z-index:1;
	left:10px;
	height: 350px;
	width:170px;
	visibility:hidden;
}
.clTop   {
	position:absolute;
	z-index:1;
	width:300px;
	line-height: 17px;
}
.clSub   {
	position:absolute;
	z-index:1;
	left:20px;
	top:20px;
	width:170px;
	line-height: 20px;
}

/*** This sets the style for the links inside the menu. ***/
#divCont .clTop a {
	color:black;
	font-family:arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-decoration:none;
}
#divCont .clTop a:hover {
	color: Red;
	text-decoration:none;
}
#divCont .clTop .clSub a {
	color: Gray;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
#divCont .clTop .clSub a:hover {
	color: Red;
	text-decoration:none;
}