

/* 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:#000066; }

H1,H2,H3,H4,P,LI,UL { font-family: "Tahoma",sans-serif; color:#000066;}
.titlelinks {font-family:"Arial",sans-serif; font-size:smaller;}

/* took out TD from line below */
TABLE,TH,TR,TR.normal { background-color:#ffffff; font-family: "Tahoma",sans-serif; color:#000066; }
TR.white { background: white; color:#004000;}

/* Hyperlink colors */
A:link {color:#0000FF; text-decoration: none}
A:active {color:#0000FF; text-decoration: none}
A:visited {color:#0000FF; text-decoration: none}
A:hover,TD.hover,.hover {background:#97CBFF;}
.underline {text-decoration:underline; }

P.medium {font-size: 10pt; }

.button {background:#CCCCCC; }

.big {font-size: 14pt; }
.small {font-size: 8pt; }
.txtcolr {font-family: "Tahoma",sans-serif; color:#0033BB;}

