<!-- /* STYLE NAME: DEFAULT */

body,td /* Base */
{ font-family:verdana; }

.background /* <TD> table lines */
{ background:#330066; }

.tdcolor1 /* <TD> table rotating colours (LIGHT) */
{ background:#EDF3F9; }

.tdcolor2 /* <TD> table rotating colours (DARK) */
{ background:#D0DBE6; }

.topmenu /* <TD> the cell headings' */
{ font-size:8pt;
  color:#FCFCFC;
  font-weight:bold;
  background:#5b92cb; }

.category /* <TD> inline category cell attributes */
{ font-size:10pt;
  font-weight:bold;
  background:#E6F2FF; }

.category2 /* <TD> seperated category cell attributes */
{ font-size:12pt;
  color:#000080;
  font-weight:bold;
  background:#FFFFFF; }

.general /* <FONT> general font sizes */
{ font-size:10pt; }

.small /* <FONT> general small font sizes */
{ font-size:8pt; }

.xsmall /* <FONT> ©/member/tip font attributes */
{ font-family:verdana;
  font-size:7pt;
  color:#C0C0C0; }

/* ---- link attributes ---- */
a:link    { text-decoration:none; color:#000080; }
a:active  { text-decoration:none; color:#000080; }
a:visited { text-decoration:none; color:#000080; }
a:hover   { text-decoration:none; color:#660000; }

//-->
