/* Cascadind Style Sheet */
/*only in use by ShowMenuDta.php */

a.green:link {
	font-family: Verdana, Arial, Geneva;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000080;
	text-decoration : none;
}
a.green:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000080;
	text-decoration : none;
}
a.green:hover {
	font-family: Verdana, Arial, Geneva;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000080;
	background: #CCFFCC;
	text-decoration : none;
}

a.red:link {
	font-family: Verdana, Arial, Geneva;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000080;
	text-decoration : none;
}
a.red:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000080;
	text-decoration : none;
}
a.red:hover {
	font-family: Verdana, Arial, Geneva;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000080;
	background: #FFDAD4;
	text-decoration : none;
}

a.purple:link {
	font-family: Verdana, Arial, Geneva;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000080;
	text-decoration : none;
}
a.purple:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000080;
	text-decoration : none;
}
a.purple:hover {
	font-family: Verdana, Arial, Geneva;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000080;
	background: #C1B8F7;
	text-decoration : none;
}
a.blue:link {
	font-family: Verdana, Arial, Geneva;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000080;
	text-decoration : none;
}
a.blue:visited {
	font-family: Verdana, Arial, Geneva;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000080;
	text-decoration : none;
}
a.blue:hover {
	font-family: Verdana, Arial, Geneva;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000080;
	background: #CCDEFF;
	text-decoration : none;
}