body {
    text-align: left;
    vertical-align: top;
    color: #000000;
    font-family: "MS Sans Serif", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #EBE9ED;
}

.textHead {
	font-size: 20px;
	font-weight: bold;
}

.textBold {
	font-weight: bold;
}

.text {
	font-size: 14px;
}

a {
    text-decoration: none;
}
a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover {
    color: #FFA642;
    text-decoration: underline;
}
a:active {
    color: #000000;
}

a.menulink:link {
    color: #000000;
}
a.menulink:visited {
    color: #000000;
}
a.menulink:hover {
    color: #FFA642;
    text-decoration: underline;
}
a.menulink:active {
    color: #000000;
}