body {
 margin: 0;
 padding: 0;
 color: #000000;
 background-color: #9D9DA1;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px;
}

a:link {color: #225588; text-decoration: underline;}
a:active {color: #225588; text-decoration: underline;}
a:visited {color: #225588; text-decoration: underline;}
a:hover {color: #6688AA; text-decoration: underline;}

p {
 line-height: 18px;
 margin-top: 4px;
 margin-bottom: 18px;
}

ul {
 list-style: circle;
 font-size: 11px;
 margin-top: 8px;
 margin-bottom: 8px;
}

li {
 font-size: 11px;
 margin-top: 0px;
 margin-bottom: 8px;
}

.reg {
 font-size: 11px;
}

.wee {
 font-size: 10px;
}

.large {
 color: #81A467;
 font-size: 24px;
 font-weight: bold;
 line-height: 28px;
}

.title {
 color: #81A467;
 font-size: 18px;
 font-weight: bold;
 line-height: 28px;
}

.subtitle {
 color: #000000;
 font-size: 13px;
 font-weight: bold;
}

.red {
 color: #FF0000;
 font-weight: bold;
}

/*
-------------------------------------------------------------------------------------------------------------
MENU STYLES
-------------------------------------------------------------------------------------------------------------
*/

.mainMenuUpperBG{
 width: 760px;
 height: 126px;
 font-size: 9px;
}

.mainMenuLowerBG{
 width: 760px;
 height: 56px;
 font-size: 9px;
}

a.mainMenuLink:link {color: #000000; text-decoration: none; font-size: 11px; font-weight: bold;}
a.mainMenuLink:active {color: #000000; text-decoration: none; font-size: 11px; font-weight: bold;}
a.mainMenuLink:visited {color: #000000; text-decoration: none; font-size: 11px; font-weight: bold;}
a.mainMenuLink:hover {color: #29827D; text-decoration: none; font-size: 11px; font-weight: bold;}

a.mainMenuLinkON:link {color: #29827D; text-decoration: none; font-size: 11px; font-weight: bold;}
a.mainMenuLinkON:active {color: #29827D; text-decoration: none; font-size: 11px; font-weight: bold;}
a.mainMenuLinkON:visited {color: #29827D; text-decoration: none; font-size: 11px; font-weight: bold;}
a.mainMenuLinkON:hover {color: #29827D; text-decoration: none; font-size: 11px; font-weight: bold;}

/*
-------------------------------------------------------------------------------------------------------------
CONTENT
-------------------------------------------------------------------------------------------------------------
*/

.mainTable {
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 background-color: #FFFFFF;
}

/*
-------------------------------------------------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------------------------------------------
*/

.footer {
 width: 800px;
 padding: 2px;
 background-color: #FFFFFF;
 color: #000000;
 font-size: 10px;
 font-weight: normal;
 text-align: center;
}

.footerText {
 color: #005BAB;
 font-size: 11px;
 padding-left: 24px;
 margin-right: 4px;
}

a.footerLink:link {color: #000000; text-decoration: underline;}
a.footerLink:active {color: #000000; text-decoration: underline;}
a.footerLink:visited {color: #000000; text-decoration: underline;}
a.footerLink:hover {color: #000000; text-decoration: underline;}
