﻿body {
}

.gray { font-size : 11px;font-family: Arial; color:#777776; font-variant:normal;}
.gray1 { font-size : 12px;font-family: Arial; color:#777776}
.gray2 { font-size : 12px;font-family: Arial; color:#777776; line-height:18px;}
.graybig { font-size : 13px;font-family: Arial; color:#777776}
.graybig1 { font-size : 15px;font-family: Arial; color:#777776}
.graybig2 { font-size : 19px;font-family: Arial; color:#777776}
.graybig3 { font-size : 9px;font-family: Arial; color:#777776;}

.red { font-size : 11px;font-family: Arial; color:#ff0000; font-variant:normal;}

.blue { font-size : 12px;font-family: Arial; color:#00237e; font-style:italic; font-weight:bold;}
.blue3 { font-size : 12px;font-family: Arial; color:#00237e; font-weight:bold;}
.blue4 { font-size : 11px;font-family: Arial; color:#00237e; font-weight:bold;}
.blue1 { font-size : 16px;font-family: Arial; color:#006db1; font-weight:bold;}
.blue2 { font-size : 14px;font-family: Arial; color:#00237e; font-style:italic; font-weight:bold; text-decoration:underline;}
.blue6 { font-size : 19px;font-family: Arial; color:#006db1; font-weight:bold;}
.blue5 { font-size : 12px;font-family: Arial; color:#00237e; font-weight:bold; text-decoration:none;}
.blue7 { font-size : 12px;font-family:Arial; color:#6e6e6e; text-decoration:none;}

.orange2 { font-size : 16px;font-family: Arial; color:#ff5f00; font-weight:bold;}
.orange3 { font-size : 11px;font-family: Arial; color:#ff5f00}
.orange4 { font-size : 10px;font-family: Arial; color:#ff5f00}
.orange5 { font-size : 13px;font-family: Arial; color:#ff5f00; font-weight:bold;}
.orange6 { font-size : 12px;font-family: Arial; color:#ff5f00}
.orange7 { font-size : 12px;font-family: Arial; color:#ff5f00; font-weight:bold;}
.orange8 { font-size : 14px;font-family: Arial; color:#ff5f00; font-weight:bold;}


.white { font-size : 16px;font-family: Arial; color:#ffffff; font-weight:bold;}
.white1 { font-size : 12px;font-family: Arial; color:#ffffff;}
.white2 { font-size : 13px;font-family: Arial; color:#ffffff; font-weight:bold; text-decoration:none;}

.black { font-size : 13px;font-family: Arial; color:#000000; font-weight:bold; text-decoration:none;}

.tablehead
  {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  background-color:#006699;
  color:White;
  font-size: 10pt;
  }
.tablebody
  {
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  background-color:#777777;
  color:Black;
  font-size: 10pt;
  }
.plaintable
  {
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  background-color:White;
  color:Black;
  font-size: 10pt;
  }  
  
  
  
  
  /* main */
#navMenu ul {
list-style: none;
margin: 0;
padding: 0;
}
#navMenu {
width: 150px;
}
#navMenu li {
display:inline;
}



 /* Accordion */
.AccordionTitle, .AccordionContent,  .AccordionContainer
{
  position:relative;
  width:170px;
}

.AccordionTitle
{
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:normal;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  background-image:url('title_repeater.jpg');
  -moz-user-select:none;
}

.AccordionContent
{
  height:150px;
  overflow:auto;
  display:none;
}

.AccordionContainer
{/*
  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;*/
}

