td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#56286f;
}

a:link {
	color: #56286f;
	text-decoration: none;
	font-weight: none;
}

a:visited {
	color: #56286f;
	text-decoration: none;
	font-weight: none;
}

a:hover {
	color: #56286f;
	text-decoration: underline;
	font-weight: none;
}

a:active {  
	color: #ee3026;
	text-decoration: none;
	font-weight: none;
}

.text2 {
color:#ed2f26;
}

.text3 {
font-weight: bold;
font-style:italic;


}

.text4 {
color:#56286f;
font-weight:bold;
font-size:14px

}

.text6
{
font-size:13px;
}

.text7
{
font-size:10px;
}
.text5 {
color:#FFFFFF;
font-weight:bold;
}

.footer {
font-size:10px;
padding-top:5px;
}


#dropmenudiv{
position:absolute;
font:normal 10px Arial, Helvetica, sans-serif;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
border: 1px solid #572870;
border-top:none;
background-color:#FFFFFF;
padding: 2px;
text-decoration: none;
color: #572870;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #FFFFFF;
background-color: #572870;
}

/* ######### SIDE BAR MENU ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-top:none;
font: normal 10px Arial, Helvetica, sans-serif;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-color:#FFFFFF;
color: #562770;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
position:absolute;
border-top:none;
left: 0;
top: 0;
}

.anylinkcss ul li a{
width: 100%;
display: block;
border: 1px solid #572870;
border-top:none;
padding: 2px;
text-decoration: none;
background-color:#FFFFFF;
width: 200px;
}

.anylinkcss a:hover{ /*hover background color*/
color: #FFFFFF;
background: #562770;
text-decoration:none;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-top:none;
padding: 10px;
font: normal 10px Arial, Helvetica, sans-serif;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background-color:#FFFFFF;
color: #562770;
}

.anylinkcsscols .column{
width: 200px;
float: left;

}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

.Caption {
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#56286f;
}