/* Styles included in other pages -- these define colors and fonts for the app */ /* Color used for general background of frames */ .colr {background-color:#c6d3e7; color:#666666; } H1,H2,H3,H4,P,LI,UL { font-family: "Tahoma",sans-serif; color:#666666;} .titlelinks {color:#c6d3e7; font-family:"Arial",sans-serif; background-color:#666666;} TABLE,TH,TD,TR,TR.normal { background-color:#c6d3e7; font-family: "Tahoma",sans-serif; color:#666666; } TR.white { background: white; color:#004000;} /* Hyperlink colors */ A:link {color:#CC0000; text-decoration: none} A:active {color:#666666; text-decoration: none} A:visited {color:#CC0000; text-decoration: none} /* ,TD.hover,.hover {background:#CC0000;} */ A:hover {color:#CC0000; text-decoration: underline .underline {text-decoration:underline; } P.medium {font-size: 10pt; } .button {background:#CCCCCC; } .big {font-size: 14pt; } .medium {font-size: 10pt; } .small {font-size: 8pt; } .txtcolr {font-family: "Tahoma",sans-serif; color:#0033BB;}