A:visited {
	COLOR: #003333; TEXT-DECORATION: underline   
}
A:link {
	COLOR: #003333; TEXT-DECORATION: underline
}
A:hover {
    COLOR: #003333; TEXT-DECORATION: underline
}
A:active {
    BACKGROUND: none transparent scroll repeat 0% 0%; TEXT-DECORATION: underline
}



.MenuText {
	font-family: "MS Sans Serif";
	font-size: 11px;
    font-style: normal;
	color: #ffffff;
    background-color: transparent;
}

A.MenuText:visited {
	COLOR: #eaeaea; TEXT-DECORATION: underline
}
A.MenuText:link {
	COLOR: #eaeaea; TEXT-DECORATION: underline
}
A.MenuText:hover {
    COLOR: #ffffff; TEXT-DECORATION: underline
}
A.MenuText:active {
    BACKGROUND: none transparent scroll repeat 0% 0%; TEXT-DECORATION: underline
}




.Text {
	font-family: "MS Sans Serif";
	font-size: 11px;
	background-color: #ffffff;
    font-style: normal;
	color: #000000;
}

A.Text:visited {
	COLOR: #003333; TEXT-DECORATION: underline
}
A.Text:link {
	COLOR: #003333; TEXT-DECORATION: underline
}
A.Text:hover {
    COLOR: #003333; TEXT-DECORATION: underline
}
A.Text:active {
    BACKGROUND: none transparent scroll repeat 0% 0%; TEXT-DECORATION: none
}




.Heading {
	font-family: "MS Sans Serif";
	font-size: 15px;
	background-color: #ffffff;
    font-style: normal;
	color: #000000;
}


