body { font-family: Arial, Helvetica, sans-serif; margin-left: 0pt; margin-right: 0pt; margin-top: 0pt; padding-left: 0pt; padding-right: 0pt; padding-top: 0pt; }
/* defines the size of all text, unless other css class used */
td { font-size: 10pt; }
/* width of page */
.pageWidth { width: 100%; }
/* Show different footers for print and screen */
.footerScreen{display:none;}
.footerPrint{display:inline;}
/* Use this to hide areas that you don't want to show when printing */
.notForPrint{display:none; visibility:hidden}
/* Use this to show areas that you want to show when printing */
.headerForPrint{display:inline; visibility:visible; }
/* Class for main content image */
.compPlaceHolder { 	margin-left: 15pt; margin-bottom:1pt; float:right;}

/* Used to hide 'Print This' image */
.screenOnly{display:none; visibility:hidden; color:White;}
/* width of left menu */
.leftMenu { display:none;}
.contentTable { z-index:105;border: 0pt solid #8EABC9;  }
.hidden { visibility: hidden; }
a:link{ color: #000063; text-decoration: underline; font-size: 10pt; }
a:visited { color: #000063; text-decoration: underline; font-size: 10pt; }
a:active { color: #000063; text-decoration: underline; font-size: 10pt; }
a:hover { text-decoration:underline; color: #9999CC; font-size: 10pt;  }

/* Used for breadcrumb */
#breadCrumb { visibility:hidden; display:none; }

/* Class for main content image */
.compPlaceHolder { 	float:right;}

.button { background-color: white; border-bottom: 1pt solid #000063; border-left: 1pt solid #000063; border-right: 1pt solid #000063; border-top: 1pt solid #000063; color: #000063; font-size: 9pt; font-weight: bold; width: 30pt; height: 18pt; }
/* White Font color */
.white { color: White; }
/* Used for sub menu headline */
.myBoldUnderline { border-bottom: solid 1pt White; color: White; font-weight: bold; text-decoration: none; font-size: 11pt; }
/* Used for headline for each content page */
.contentHeadline { font-weight: bold; font-size: 15pt; }
/* bold headline */
.boldHeadline{ font-weight:bold;}
/* Used for sub headline for each content page */
.contentSubHeadline { font-weight: bold; font-size:13pt; }
/* Smallest text on page */
.smallText { color: #000000; font-size: 8pt; }

/* used to divide content */
.dividerLine { border-bottom: solid 1pt #9999CC; }
/* Used on top of the search field in the header */
.borderTop { border-top: 1pt solid white; }
