.contentbold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.contentlink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #003399;
    text-decoration: none;
}

.myinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
	background-color: #ffffff;
    text-decoration: none;
	width: 150px;
	border: solid 1px #000000;
}

.myerror {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
    text-decoration: none;
}
a:link {
    color: #003399;
    text-decoration: none;
}
.newsheader {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #003399;
    text-decoration: none;
}
a:hover {
    color: #003399;
    text-decoration: none;
}
a:active {
    color: #003399;
    text-decoration: none;
}
a:visited {
    color: #003399;
    text-decoration: none;
}

