html, body {
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: #ffffff;
}
.minspacerwidth {
    width: 530px;
}
.pagecontainer {
    width: 80%;
}
.footercontainer {
    width: 80%;
}
.introheader {
    font-family: verdana,geneva,arial,sans-serif,helvetica;
    font-weight: bold; 
    color: #000000;
    font-size: 13px;
}
.introheadertm {
    font-family: verdana,geneva,arial,sans-serif,helvetica;
    font-weight: bold; 
    color: #000000;
    font-size: 11px;
}
.pagetext {
    font-size: 12px;
    color: #000000;
    font-family: verdana;
}
.pagetext a {
    font-size: 12px;
    font-family: verdana;
    color: #3B73B9;
    font-weight: normal;
    text-decoration: underline;
}
.pagetext a:hover {
    font-size: 12px;
    font-family: verdana;
    color: #3B73B9;
    font-weight: normal;
    text-decoration: none;
}
.footerlink a {
    font-size: 10px;
    font-family: helvetica;
    font-weight: bold;
    color: #3B73B9;
    text-decoration: none;
}
.footerlink a:hover {
    font-size: 10px;
    font-family: helvetica;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.copyright {
    padding-top: 1px;
    font-size: 9px;
    font-family: tahoma;
    color: #6f6f6f;
}
.headertext {
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
    color: silver;
}
.bookmark {
    font-size: 9px;
    font-family: helvetica;
    font-weight: bold;
    color: silver;
}
.bookmark a {
    font-size: 10px;
    font-family: helvetica;
    font-weight: bold;
    color: silver;
    text-decoration: none;
}
.bookmark a:hover {
    font-size: 10px;
    font-family: helvetica;
    font-weight: bold;
    color: #e9e9e9;
    text-decoration: none;
}
.underlogo {
    font-size: 13px;
    font-family: tahoma,verdana,arial;
    font-weight: normal;
    color: silver;
    padding-left: 7px;
    padding-bottom: 2px;
}
.navlinks {
    width: 80%;
    font-size: 10px;
    font-family: helvetica;
    font-weight: bold;
    color: silver;
}
.navlinks a {
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    color: #ff0000;
    text-decoration: undeline;
}
.navlinks a:hover {
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.subnavlinks {
    width: 80%;
    font-size: 10px;
    font-family: helvetica;
    font-weight: bold;
    color: silver;
}
.subnavlinks a {
    font-family: helvetica;
    font-size: 10px;
	font-weight: bold;
    color: #000000;
    text-decoration: undeline;
}
.subnavlinks a:hover {
    font-family: helvetica;
    font-size: 10px;
	font-weight: bold;
    color: #ff0000;
    text-decoration: none;
}