/* base font size 7 style */

/* ...following only used in text links */
A.box:link          { color:black; font-weight:normal; font-style:normal; text-decoration:underline; }
A.box:hover         { color:red;   font-weight:normal; font-style:normal; text-decoration:underline; }
A.box:active        { color:black; font-weight:normal; font-style:normal; text-decoration:underline; }
A.box:visited       { color:black; font-weight:normal; font-style:normal; text-decoration:underline; }

/* v2.2 box style additions */
.box_hdr  { color:#0E85D7; background-color:#F1F1F1; border:1px solid #0E85D7; padding:5px; font-family:verdana,helvetica; font-size:7.5pt; font-weight:bold; }
.box_hdr_2  { background-color:#078BDE; color:white; font-family:verdana,helvetica; font-size:7.5pt; font-weight:bold; }
.box_txt  { color:black; font-family:verdana,helvetica; font-size:7.5pt; padding-left:6px; padding-right:6px; }
.tbox_hdr { background-color:#e0e0e0; color:black; font-family:verdana,helvetica; font-size:7pt; font-weight:bold; }
.nbox_hdr  { background-color:#BDE1DE; color:black; font-family:verdana,helvetica; font-size:7.5pt; font-weight:normal; }
.title_box { font-size:12pt; font-weight:bold; font-family:verdana; color:#078BDE; }

/* v2.2 text styles */
.black_7   { color:black; font-family:verdana,helvetica; font-size:7pt; font-weight:normal; font-style:normal; }
.black_7b  { color:black; font-family:verdana,helvetica; font-size:7pt; font-weight:bold;   font-style:normal; }
.black_7i  { color:black; font-family:verdana,helvetica; font-size:7pt; font-weight:normal; font-style:italic; }
.black_75  { color:black; font-family:verdana,helvetica; font-size:7.5pt; font-weight:normal; font-style:normal; }
.black_8   { color:black; font-family:verdana,helvetica; font-size:8pt; font-weight:normal; font-style:normal; }
.black_8b  { color:black; font-family:verdana,helvetica; font-size:8pt; font-weight:bold;   font-style:normal; }
.black_8i  { color:black; font-family:verdana,helvetica; font-size:8pt; font-weight:normal; font-style:italic; }
.white_7   { color:white; font-family:verdana,helvetica; font-size:7pt; font-weight:normal; font-style:normal; }
.white_12b { color:white; font-family:verdana,helvetica; font-size:12pt; font-weight:bold;   font-style:normal; }

