

body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 12px;
    /* text-align: justify; */
    color: black;
    background-color: white;
}

td, li, ul, ol {
    font-size: 12px;
    /* text-align: justify; */
    color: black;
}
a:link, a:visited { 
    text-decoration: none;
    color: blue;
}
a:active { 
    text-decoration: underline;
    color: blue;
}

a:hover { 
    text-decoration: none;
    color: blue;
}
a img {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border: none;
}
@media all {                /* hide from Netscape 4 */
   a img {
	color: inherit;     /* undo the rule above */
	border: none;       /* hide from Netscape 4 */
	background-color: #FFFFFF;
    }
}
.txtbox {
    font-size: 12px;
    color: black;
    margin-top: 0px;
    margin-bottom: 3px;
    background-color: #f4f4f4;
    padding-left: 3px;
    padding-right: 10px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    padding: 5px;
    text-align: justify;
    width: 90%;
}

div.noprint {
    display: none;
}
.small {
    font-size: 10px;
}
abbr, acronym  {
    border-style:none;
}
abbr:after, acronym:after {
    content:" [" attr(title) "] ";
    font-variant:small-caps;
}
