A:link {
	color: #9A324F; // #bb7070
	text-decoration: none;

}

A:visited {
	color: #9A324F; // bb7070
	text-decoration: none;
}

A:active {
	color: #000070;
	text-decoration: none;
}

A:hover {
	color: #cc0707;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Arial;
}

TD.menu {
	font-size: 12px;
	font-family : arial;
	font-weight: bold;
	
}

.headingtext {
	font-size: 22px;
	font-family : Tahoma,Arial;
    color: #D47991;
	
}

P {
	font-size: 12px;
	font-family : arial;
}

TD.smaller {
	font-size: 12px;
	font-family : arial;
	color : #000000;
}

.footer {
	color : #ffffff;
	background-color: #91334D;
}
A.footer:visited {
	color : #ffffff;
	font-weight:bold; 
}
A.footer:active {
	color : #ffcfcf;
	font-weight:bold; 
}
A.footer:hover {
	color : #ffcfcf;
	text-decoration: underline;
	font-weight:bold; 
}
A.footer:link {
	color : #ffffff;
	font-weight:bold; 
}


P.smaller {
	font-size: 12px;
	font-family : arial;
	color : #000000;
}

HR {
	color : #000000;
}
td.leftbgcolor {
	background-color: #F2D7DF;
}