/* CSS Document */
body {
background-color: white;
font-family: Times New Roman, Times, serif;
color: #2A3F55;
margin: 0px; padding: 0px;
}


p {
text-align: justify;
font-size: 14px;
font-style: italic;
}

.mlink, .slink {
text-align: left;
height: 25px;
}
.mlink a, .slink a {
color: white;
font-size: 14px;
font-weight: bold;
text-decoration: none;
font-style: italic;
}
.mlink a:hover {
color: #999999;
text-decoration: underline;
}
.slink a:hover {
color: #800000;
text-decoration: underline;
}

.helpful {}
ul.helpful li {
list-style-type: none;
font-size: 14px;
font-family: Times New Roman, Times, serif;
font-style: italic;}
ul.helpful li a {color: #800000; text-decoration: none;}
ul.helpful li a:hover {text-decoration: underline; color: black;}