/* -- SiteNavBar -- */
.SiteNavBar  {
     color: #000000;
     font-family: Arial, Verdana, Geneva, sans-serif;
     font-size: 12pt;
     font-style: normal;
     font-weight: regular;
     }
TD.SiteNavBar {
     padding-left: 5px;
     padding-right: 10px;
     padding-bottom: 20px;
     }
.SiteNavBar a:Link { color: #000000; text-decoration: none; }
.SiteNavBar a:Visited { color: #000000; text-decoration: none; }
.SiteNavBar a:Hover { color: #666666; text-decoration: none; border-bottom: 2px dashed #FFCC00;}
.SiteNavBar a:Focus { color: #666666; text-decoration: underline; border-bottom: 2px dashed #FFCC00;}
.SiteNavBar a:Active { color: #FF3333; text-decoration: underline; }

/* -- ProgramNavBar -- */
.ProgramNavbar {   color: #1A60F0;
    font-family: Arial, Verdana, Geneva, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    text-align: center;  }
.ProgramNavbar a:Link { color: #666600;    text-decoration: underline; }
.ProgramNavbar a:Visited { color: #666600; text-decoration: underline; }
.ProgramNavbar a:Hover { color: #999933;   text-decoration: none; border-bottom: 2px dotted #FFCC00;}
.ProgramNavbar a:Focus { color: #FF0000;   text-decoration: none; border-bottom: 2px dotted #FFCC00;}
.ProgramNavbar a:Active { color: #FF3333;  text-decoration: underline; }		

/* -- Downloads -- */
.Downloads a:Link { color: #2F8B20; text-decoration: underline; }
.Downloads a:Visited { color: #BE844A; text-decoration: underline; }
.Downloads a:Hover { color: #5ED64C; text-decoration: none; }
.Downloads a:Focus { color: #5ED64C; background-color: #DADADA;
    text-decoration: none; }
.Downloads a:Active { color: #FF3333; text-decoration: underline; }

.DownloadsDescription { color: #660000; }

.newsdate {font-weight: bold; color:#AF8C48;}

Body { background-color: #666666;
       font-family: Arial, Verdana, Geneva, sans-serif;
       margin-left: 15px;
       margin-right: 15px; }
.HeaderImage { text-align: center;}
/* Container */
.TopOfContainer {background: url('/raised/Top.gif')  no-repeat;
         height: 6px; width: 100%;}
.BodyContainer {
         background: url('/raised/Body.gif') repeat-y;
         width: 100% !important;
         height: auto !important;
         margin: 0;
         padding-left: 25px;
         padding-right: 25px;
         padding-bottom: 5px;
}
.BottomOfContainer {
          background: url('/raised/Bottom.gif') no-repeat;
          height: 18px; width: 100% }
.MainContainer {background: #666666; width: 826px;}

.OuterContainers {}

P   { color: #333366; 
	font-size: 12pt; 
	font-family: Arial, Verdana, Geneva, sans-serif;  
	text-indent: 25px }

/* -- A -- */
A:Link {  color: #0000CC;  text-decoration: underline; font-weight: bold; }
A:Hover {  color: #000066;  text-decoration: none; font-weight: bold; }
A:Visited { font-weight: bold; }

.ReleaseInfo  {  color: #990033; font-size: 12pt; font-weight: bold; text-align: center;  }

/* -- Feature Def List -- */
DL.Features { margin-left: 25px;}
DT.Feature { color: #039; 
     
    font-weight: bold;}
DD.FeatureDescription { color: black; }

.Small { font-size: 9pt; font-weight: regular; }

/* -- Lists --*/
DT { font-weight: bold;
     font-style: italic;
     color: #336666;}
DD { color: #333366; }


/* -- Lastupdate -- */
.LastUpdate {
     color: #FF0000;
     font-size: 10pt;
     font-weight: bold;
     text-align: center;
     ;}
.UpdateDate { color: #990033; font-weight: regular; text-align: left;}

.Copyright, .Copyright A { color: #cccccc;
    font-size: 10pt; 
    font-family: Geneva, Arial, Verdana, sans-serif;
    text-align: center; }
.Copyright A:Hover { color:#ffffff;}
