.blogHeadLinerMini { color: orange; font-weight: bold; }
.blogMoreMini { color: orange; }

.blogHeadLiner { font-size: 18px; color: orange; font-weight: bold; }
.blogMore { color: orange; }

.blogTitle { font-size: 18px; color: orange; font-weight: bold; }
.blogText { font-size: 18px; }

.newsHeadLinerMini { color: royalblue; font-weight: bold; }
.newsMoreMini { color: royalblue; }

.newsHeadLiner { font-size: 18px; color: royalblue; font-weight: bold; }
.newsMore { font-size: 12px; color: royalblue; }

.newsTitle { font-size: 18px; color: royalblue; font-weight: bold; }
.newsText { font-size: 18px; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.fuchsia { color: fuchsia; }
.gray { color: gray; }
.lime { color: lime; }
.orange { color: orange; }
.red { color: red; }
.royalblue { color: royalblue; }
.teal { color: teal; }

.clearRight { clear: right; }
.clearLeft { clear: left; }
.clearBoth { clear: both; }

.pad4 { padding: 4px; }
.pad8 { padding: 8px; }

.zero { margin: 0px; padding: 0px; }
.container { margin: 0px; padding: 0px; }

.menuDotted
{ padding: 0px 2px;
  color: white;
  font-weight: bold;
  border: 1px dotted white;
}
.std
{ font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
  margin: 0px;
  padding: 0px;
}
.dark
{ font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
}
.rv
{ font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
}
.light
{ font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
}
a.std { text-decoration: none; font-size: 11px; color: #003399; background-color: transparent; }
a.std:link    { text-decoration: none; font-size: 11px; color: #003399; background-color: transparent; }
a.std:visited { text-decoration: none; font-size: 11px; color: #003399; background-color: transparent; }
a.std:active  { text-decoration: none; font-size: 11px; color: #003399; background-color: transparent; }
a.std:hover   { text-decoration: underline; font-weight: bold; font-size: 11px; color: #0033ff; background-color: transparent; }

a.dark { text-decoration: none; font-size: 11px; color: #000066; background-color: transparent; }
a.dark:link    { text-decoration: none; font-size: 11px; color: #000066; background-color: transparent; }
a.dark:visited { text-decoration: none; font-size: 11px; color: #000066; background-color: transparent; }
a.dark:active  { text-decoration: none; font-size: 11px; color: #000066; background-color: transparent; }
a.dark:hover   { text-decoration: underline; font-weight: bold; font-size: 11px; color: #3399ff; background-color: transparent; }

a.rv { text-decoration: none; font-size: 11px; color: #f0f0f0; background-color: transparent; }
a.rv:link    { text-decoration: none; font-size: 11px; color: #f0f0f0; background-color: transparent; }
a.rv:visited { text-decoration: none; font-size: 11px; color: #f0f0f0; background-color: transparent; }
a.rv:active  { text-decoration: none; font-size: 11px; color: #f0f0f0; background-color: transparent; }
a.rv:hover   { text-decoration: underline; font-weight: bold; font-size: 11px; color: #ff99ff; background-color: transparent; }

a.light { text-decoration: none; font-size: 11px; color: #f0f0f0; background-color: transparent; }
a.light:link    { text-decoration: none; font-size: 11px; color: #f0f0f0; background-color: transparent; }
a.light:visited { text-decoration: none; font-size: 11px; color: #f0f0f0; background-color: transparent; }
a.light:active  { text-decoration: none; font-size: 11px; color: #f0f0f0; background-color: transparent; }
a.light:hover   { text-decoration: underline; font-weight: bold; font-size: 11px; color: #ff99ff; background-color: transparent; }

.collapsible div { padding: 4px; display: none; }

ul.inline { display: inline; }
ul.inline li { display: inline; }

ul.menu
{ list-style-type: none; 
  margin: 0px;
  padding: 0px 8px;
}
ul.menu li
{ padding: 0px; 
  white-space: nowrap;
}
ul.menu li.p4
{ padding: 0px 0px 0px 4px;
  white-space: nowrap;
}
ul.menu li.p8
{ padding: 0px 0px 0px 8px;
  white-space: nowrap;
}
ul.menu li.p10
{ padding: 0px 0px 0px 10px;
  white-space: nowrap;
}
ul.menu li.p18
{ padding: 0px 0px 0px 18px;
  white-space: nowrap;
}
ul.menu li.p26
{ padding: 0px 0px 0px 26px;
  white-space: nowrap;
}

table.std
{ font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
}

table.box
{ font-size: 11px;
  font-family: Helvetica, Arial, sans-serif;
  border: 1px solid #000000;
}

tr.bgFill { background-color: #000000; }

td.bgFill { background-color: #000000; }

table.border {
        border-width: 1px 1px 1px 1px;
        border-spacing: 2px;
        border-style: none none none none;
        border-color: gray gray gray gray;
        border-collapse: collapse;
}
table.border th {
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
        -moz-border-radius: 0px 0px 0px 0px;
}
table.border td {
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
        -moz-border-radius: 0px 0px 0px 0px;
}

table.banner500
{ font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  width: 500px;
  height: 100px;
  border: 1px solid #000000;
}

table.lMenu
{ font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  width: 125px;
  height: 500px;
  border: 1px solid #000000;
}

tr.lMenuFill { background-color: #000000; height: 20px; }

tr.lMenu { height: 20px; }

tr.lMenuSep { height: 10px; }

tr.lMenuFade { font-size: 11px; color: #a0a0a0; }

table.pageBar
{ font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #d0d3f2;
}

.s8 { font-size: 8px; color: #000000; }
.s9 { font-size: 9px; color: #000000; }
.s10 { font-size: 10px; color: #000000; }
.s11 { font-size: 11px; color: #000000; }
.s12 { font-size: 12px; color: #000000; }
.s14 { font-size: 14px; color: #000000; }
.s16 { font-size: 16px; color: #000000; }
.s18 { font-size: 18px; color: #000000; }
.s24 { font-size: 24px; color: #000000; }
.s26 { font-size: 26px; color: #000000; }
.s28 { font-size: 28px; color: #000000; }
.s30 { font-size: 30px; color: #000000; }
.s32 { font-size: 32px; color: #000000; }
.s36 { font-size: 36px; color: #000000; }
.s42 { font-size: 42px; color: #000000; }
.s48 { font-size: 48px; color: #000000; }

.s8b { font-size: 8px; font-weight: bold; color: #000000; }
.s9b { font-size: 9px; font-weight: bold; color: #000000; }
.s10b { font-size: 10px; font-weight: bold; color: #000000; }
.s11b { font-size: 11px; font-weight: bold; color: #000000; }
.s12b { font-size: 12px; font-weight: bold; color: #000000; }
.s14b { font-size: 14px; font-weight: bold; color: #000000; }
.s16b { font-size: 16px; font-weight: bold; color: #000000; }
.s18b { font-size: 18px; font-weight: bold; color: #000000; }
.s26b { font-size: 26px; font-weight: bold; color: #000000; }
.s28b { font-size: 28px; font-weight: bold; color: #000000; }
.s30b { font-size: 30px; font-weight: bold; color: #000000; }
.s32b { font-size: 32px; font-weight: bold; color: #000000; }
.s36b { font-size: 36px; font-weight: bold; color: #000000; }
.s42b { font-size: 42px; font-weight: bold; color: #000000; }
.s48b { font-size: 48px; font-weight: bold; color: #000000; }

.fnMenu { font-weight: 400; font-size: 11px; color: blue; }
.fnMenuFade { font-weight: 400; font-size: 11px; color: #a0a0a0; }

.fnBar { font-weight: 400; font-size: 11px; color: #d0d3f2; }
.fnBold { font-weight: bold; font-size: 100%; }
.fnSmall { font-weight: 400; font-size: 75%; }
.fnSmallBold { font-weight: bold; font-size: 75%; }
.fnBig { font-size: 125%; } 
.fnBigBold { font-size: 125%; }
.fnBig2 { font-weight: 400; font-size: 150%; }
.fnBig2Bold { font-weight: bold; font-size: 150%; }
.fnBig3 { font-weight: 400; font-size: 175%; }
.fnBig3Bold { font-weight: bold; font-size: 175%; }

.fn8 { font-size: 8px; }
.fn9 { font-size: 9px; }
.fn10 { font-size: 10px; }
.fn11 { font-size: 11px; }
.fn12 { font-size: 12px; }
.fn14 { font-size: 14px; }
.fn16 { font-size: 16px; }
.fn18 { font-size: 18px; }
.fn24 { font-size: 24px; }
.fn20 { font-size: 20px; }
.fn22 { font-size: 22px; }
.fn24 { font-size: 24px; }
.fn26 { font-size: 26px; }
.fn28 { font-size: 28px; }
.fn30 { font-size: 30px; }
.fn32 { font-size: 32px; }
.fn36 { font-size: 36px; }
.fn42 { font-size: 42px; }
.fn48 { font-size: 48px; }

.fn8b { font-size: 8px; font-weight: bold; }
.fn9b { font-size: 9px; font-weight: bold; }
.fn10b { font-size: 10px; font-weight: bold; }
.fn11b { font-size: 11px; font-weight: bold; }
.fn12b { font-size: 12px; font-weight: bold; }
.fn14b { font-size: 14px; font-weight: bold; }
.fn16b { font-size: 16px; font-weight: bold; }
.fn18b { font-size: 18px; font-weight: bold; }
.fn20b { font-size: 20px; font-weight: bold; }
.fn22b { font-size: 22px; font-weight: bold; }
.fn24b { font-size: 24px; font-weight: bold; }
.fn26b { font-size: 26px; font-weight: bold; }
.fn28b { font-size: 28px; font-weight: bold; }
.fn30b { font-size: 30px; font-weight: bold; }
.fn32b { font-size: 32px; font-weight: bold; }
.fn36b { font-size: 36px; font-weight: bold; }
.fn42b { font-size: 42px; font-weight: bold; }
.fn48b { font-size: 48px; font-weight: bold; }
