
a.hidden:link             { text-decoration: none; color: black}
a.hidden:visited          { text-decoration: none; color: black}
a.hidden:hover            { text-decoration: underline;}
a.hidden:active           { text-decoration: underline; color : red;}

a.navbutton:link             { text-decoration: none;}
a.navbutton:visited          { text-decoration: none;}
a.navbutton:hover            { text-decoration: underline;}
a.navbutton:active           { text-decoration: underline; color : red;}

.noprint{display: none;}
.printonly{display:block;}

.sidebox
{
	display: none;
}

body {
	margin: 0px;
        top: 0px; /* overrides the default top to prevent clipping at edges */
        font-family: sans-serif;
        font-size: 10pt;
}

a:link             { }
a:visited          { }
a:hover            { text-decoration: underline; color : red;}
a:active           { text-decoration: underline; color : red;}

#contentskiplink { display: none; }
#TJK_dropDownMenu, #pageheader_searchbox, #pageheader_linklist { display: none; }
#content { background-color: #FFFFFF; }
#pagetitle { font-size: 16pt !important; }
#summarybox>img { display: none; }
#caidatextfull { width: auto; max-width: 100%; }
#footer { border-top: black solid 2px; }

