body,table 
{
    color: navy;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-family : Arial, Verdana, Helvetica, sans-serif
}

.bodytext  
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    text-decoration : none;
    font-style: normal;
    font-weight: normal;
}

.bodyTitle  
{
    font-family : Arial, Helvetica, sans-serif;
    font-size : 14px;
    color : #000099;
    text-decoration : none;
    font-style: normal;
    font-weight: bold;
}

.footerText  
{
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    text-decoration : none;
    font-style: normal;
    font-weight: normal;
}

.linkbundle
{
  color: #000000;
}

.LRGbodytext  
{
    font-family : Arial, Helvetica, sans-serif;
    font-size : 16px;
    color : #FFFFFF;
    text-decoration : none;
    font-style: normal;
    font-weight: bold;
}

title 
{
   font-size: 24px;
}

/* style up the footer links*/
	
a.footerlink:link 
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    text-decoration : underline;
    font-style: normal;
    font-weight: normal;
}

a.footerlink:active 
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    text-decoration : underline;
    font-style: normal;
    font-weight: normal;
}

a.footerlink:visited 
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    text-decoration : underline;
    font-style: normal;
    font-weight: normal;
}

a.footerlink:hover 
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    text-decoration : underline;
    font-style: normal;
    font-weight: normal;
}
	
/* style up the sitemap links*/

a.sitemaplink:link 
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : #000000;
    text-decoration: underline;
    font-style: normal;
    font-weight: normal;
}
a.sitemaplink:active 
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : #006699;
    text-decoration: underline;
    font-style: normal;
    font-weight: normal;
}

a.sitemaplink:visited 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
    font-style: normal;
    font-weight: normal;
}

a.sitemaplink:hover 
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : #000099;
    text-decoration : underline;
    font-style: normal;
    font-weight: normal;
}
	
/* style up the links */
	
a.bodylink:link 
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    text-decoration : none;
    font-style: normal;
    font-weight: normal;
}

a.bodylink:active 
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    text-decoration : none;
    font-style: normal;
    font-weight: normal;
}

a.bodylink:visited 
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    text-decoration : none;
    font-style: normal;
    font-weight: normal;
}

a.bodylink:hover 
{
    font-family : Arial, Verdana, Helvetica, sans-serif;
    font-size : 11px;
    color : #FFFFFF;
    text-decoration : underline;
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5 { color: #99cc00; }

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }

/* style up the form fields */
.inputLarge
{ 
    color:#000066;    
    border-top:1px solid; 
    border-bottom:1px solid; 
    border-left: 1px solid; 
    border-right:1px solid; 
    width:200; 
    height:20; 
}
.inputMed 
{ 
    color:#000066; 
    border-top:1px solid; 
    border-bottom:1px solid; 
    border-left: 1px solid; 
    border-right:1px solid; 
    width:160; 
    height:20; 
}
.inputSM 
{ 
    color:#000066; 
    border-top:1px solid; 
    border-bottom:1px solid; 
    border-left: 1px solid; 
    border-right:1px solid; 
    width:75; 
    height:20; 
    background-color:#ffffff; 
}




/* general link style */
a:link    {color: #006699; text-decoration: underline; font-size: 11px;}
a:hover   {color: #669900; text-decoration: underline; font-size: 11px;}
a:visited {color: #006699; text-decoration: underline; font-size: 11px;}
a:active  {color: #990066; text-decoration: underline; font-size: 11px;}
