<!--

/* style for outer tables */
.outer_table
{ 
  border-style: inset;
  border-width: 1px;
  border-color: #000000; 
}

input, select, textarea, table, button {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

div#inclusionSec table
{
    border      : 3px solid #3A7295;
    font-size   : 12pt;
}
.splitborder
{
    border-left      : 2px solid #3A7295;
}
.splitborderbottom
{
    border-bottom       : 2px solid #3A7295;
    padding-bottom      : 10px; 
}

a:link { color: #3A7295; text-decoration: underline; font-weight: bold; }
a:visited { color: #3A7295; text-decoration: underline; font-weight: bold; }
a:active { color: #3A7295; text-decoration: underline; font-weight: bold; }
a:hover { color: #E94836; text-decoration: underline; font-weight: bold; }

.stext { font-size:8pt; }
.stextb { font-size:8pt; font-weight: bold; }
.stexterror { font-size:8pt; font-weight: bold; color: #FF0000}
.text { font-size:8pt; }
.textb { font-size:8pt; font-weight: bold; }
.texterror { font-size:8pt; font-weight: bold; color: #FF0000}
.ltext { font-size:10pt; }
.ltextb { font-size:10pt; font-weight: bold; }
.ltexterror { font-size:10pt; font-weight: bold; color: #FF0000}
.xltext { font-size:12pt; }
.xltextb { font-size:12pt; font-weight: bold; }
.xltexterror { font-size:12pt; font-weight: bold; color: #FF0000}

.styleone { color: #000000; background-color:#cccccc; }
.styleoneb { color: #000000; background-color:#cccccc; font-weight: bold; }
.styleoneinv { color: #cccccc; background-color:#000000; }
.styleoneinvb { color: #cccccc; background-color:#000000; font-weight: bold; }

.styletwo { color: #000000; background-color:#dddddd; }
.styletwob { color: #000000; background-color:#dddddd; font-weight: bold; }
.styletwoinv { color: #dddddd; background-color:#000000; }
.styletwoinvb { color: #dddddd; background-color:#000000; font-weight: bold; }

.stylethree { color: #000000; background-color:#eeeeee; }
.stylethreeb { color: #000000; background-color:#eeeeee; font-weight: bold; }
.stylethreeinv { color: #eeeeee; background-color:#000000; }
.stylethreeinvb { color: #eeeeee; background-color:#000000; font-weight: bold; }


.stylefour      { color: #000000; }
.stylefourb     { color: #000000; font-weight: bold; }
.stylefourinv   { color: #ffffff; background-color:#000000; }
.stylefourinvb  { color: #ffffff; background-color:#000000; font-weight: bold; }

a.stylefourinvb:link    { color: #ffffff; text-decoration: none; font-weight: bold; }
a.stylefourinvb:visited { color: #ffffff; text-decoration: none; font-weight: bold; }
a.stylefourinvb:active  { color: #ffffff; text-decoration: none; font-weight: bold; }
a.stylefourinvb:hover   { color: #AAAAAA; text-decoration: underline; font-weight: bold; }

.mainSiteBody   { background-color : #F7A93D; }
.popupSiteBody  { background-color : #FFFFFF; }
.upperLeftMain  { background: url('images/upper-left-main.gif')  no-repeat top left;     }
.upperRightMain { background: url('images/upper-right-main.gif') no-repeat top right;    }
.lowerLeftMain  { background: url('images/lower-left-main.gif')  no-repeat bottom left;  }
.lowerRightMain { background: url('images/lower-right-main.gif') no-repeat bottom right; }
.middleTop      { background: url('images/top-middle.gif')          repeat-x top left;      }
.middleBottom   { background: url('images/bottom-middle.gif')       repeat-x bottom left;   }
.middleLeft     { background: url('images/left-middle.gif')         repeat-y left;          }
.middleRight    { background: url('images/right-middle.gif')        repeat-y right;         }

div#siteMenuLinks a
{
    font-size   : 17pt;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-weight : bold;
    font-variant: small-caps;
    text-decoration: none;
    color   : #3A7295;
}

div#siteMenuLinks a:hover
{
    font-size   : 17pt;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-weight : bold;
    font-variant: small-caps;
    text-decoration: underline;
    color   : #E94836;
}
div#siteLogoSection span.topText1
{
    font-weight : bold;
    font-family : Arial, Verdana, Geneva, Helvetica, serif;
    font-variant: small-caps;
    font-size   : 24pt;
    color       : #E94836;
}

div#siteLogoSection span.topText2
{
    font-weight : bold;
    font-family : Arial, Verdana, Geneva, Helvetica, serif;
    color       : #F7A93D;
    font-variant: small-caps;
    font-size   : 20pt;
}
-->