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