
body {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  color: navy;
  background-color: white;
}

.Footer {
  font-family: Verdana, Arial, Helvetica;
  font-size: 7pt;
  color: #000000;
  background-color: #eeeeee;
}


.Bold
{
  font-weight: bold;  
}


.Image
{
  font-size: 8pt;  
  font-weight: bold;
  text-align: center;   
}


.RedBold
{
  font-family: Verdana, Arial, Helvetica;
  color: #FF0000;
  font-weight: bold;  
  margin: 0,0,0,0;
}

.RedBoldID
{
  font-family: Arial, Helvetica;
  font-size: 12pt;
  color: #FF0000;
  font-weight: bold;  
  margin: 0,0,0,0;
}


.RedBoldInfo
{
  font-family: Arial, Helvetica;
  font-size: 12pt;
  background-color: #FFFF99;
  color: #FF0000;
  font-weight: bold;  
  margin: 0,0,0,0;
}



a.info-lowkey 
{
  text-decoration: underline;
  color: #FF0000;
}


a.HeadLink {
  text-decoration: none;
  color: White;
}

a.HeadLink:hover {
  text-decoration: underline;
  color: #FF0000;
}

a.HeadLink2 {
  text-decoration: none;
  color: Navy;
}

a.HeadLink2:hover {
  text-decoration: underline;
  color: #FF0000;
}


a.Menu
{
  font-family: Arial, Helvetica;
  font-size: 8pt;
  color: Black;
  text-decoration: none;  
}



#BigLink
{
  font-size: 14pt;
  font-weight: bold;    
}



a.Body1Disabled {
  text-decoration: none;
  color: #999999;
}



.Help
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  margin: 0,0,0,0;
}


a.Help
{
  text-decoration: underline;
}




a {
  text-decoration: none;
  color: #000088;
}

a:hover {
  color: #FF0000;
}

.Error {
  font-size: 10pt;
  font-weight: bold;
  color: Red;
}



table {
  font-size: 9pt;  
}


table.Narrow {
  font-size: 9pt;
  width: 480px;
}

table.Normal {
  font-size: 9pt;
  width: 600px;
}


table.Wide {
  font-size: 9pt;
  width: 640px
}

table.SuperWide {
  font-size: 9pt;
  width: 800px
}

table.Inout {
  font-size: 9pt;
  width: 500px;
  border-collapse: collapse;
}

table.InoutWide {
  font-size: 9pt;
  width: 640px;
  border-collapse: collapse;
}


.Header 
{
  background-color: #FFFF66;
  font-size: 9pt;
  font-weight: bold;
  margin-bottom: 1pt;  
}


.SubHeader 
{
  background-color: #cccccc;
  font-size: 9pt;
  margin-bottom: 1pt;  
}


.Menu
{
  background-color: #DDDD99;
  font-size: 9pt;
  color: #000000;
  font-weight: bold;
  text-align: center;
}


.MenuBig
{
  font-family: Arial, Helvetica;
  background-color: #DDDD99;
  font-size: 12pt;
  color: #000000;
  font-weight: bold;
}


tr.HeadTop { 
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: #000000;
}


.FootBottom { 
  font-size: 8pt;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: #000000;
}


.Head1 { 
  font-size: 18pt;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: #000000;
}
a.Head1 
{
  color: #FFFFFF;
}


.Head2 {
  color: #FFFFFF;
  font-size: 10pt;  
  font-weight: bold;
  background-color: #666666;
}


tr.Head3 {
  color: #FFFFFF;
  font-size: 9pt;  
  font-weight: bold;
  background-color: #666666;
}



.HeadA {
  color: #FFFFFF;
  font-size: 12pt;  
  font-weight: bold;
  background-color: #666666;
}


tr.HeadInbox
{
  color: white;
  font-size: 10pt;
  font-weight: bold;
  background-color: #ff0000;
}
a.HeadInbox 
{
  font-size: 8pt;
  text-decoration: none;
  color: white;
}
a.HeadInbox:hover {
  text-decoration: underline;
  color: #000000;
}


tr.HeadPending
{
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  background-color: #FF9966;
}
a.HeadPending
{
  font-size: 8pt;
  text-decoration: none;
  color: #ffffff;
}
a.HeadPending:hover {
  text-decoration: underline;
  color: black;
}


tr.HeadWorking
{
  color: Black;
  font-size: 10pt;  
  font-weight: bold;
  background-color: #ffdd00;
}
a.HeadWorking 
{
  font-size: 8pt;
  color: Black;
  text-decoration: none;  
}
a.HeadWorking:hover 
{  
  text-decoration: underline;
  color: #FF0000;
}


tr.HeadWaiting
{
  color: Black;
  font-size: 10pt;  
  font-weight: bold;
  background-color: #ffbb00;
}
a.HeadWaiting
{
  font-size: 8pt;
  color: Black;
  text-decoration: none;  
}
a.HeadWaiting:hover 
{
  text-decoration: underline;
  color: #FF0000;
}



tr.HeadOpen
{
  color: Black;
  font-size: 10pt;  
  font-weight: bold;
  background-color: #dddd00;
}
a.HeadOpen 
{
  font-size: 8pt;
  color: Black;
  text-decoration: none;  
}
a.HeadOpen:hover 
{
  text-decoration: underline;
  color: #FF0000;
}





tr.HeadCompleted
{
  color: Black;
  font-size: 10pt;  
  font-weight: bold;
  background-color: #CCdd99;
}
a.HeadCompleted 
{
  font-size: 8pt;
  color: Black;
  text-decoration: none;  
}
a.HeadCompleted:hover 
{
  text-decoration: underline;
  color: #FF0000;
}



tr.HeadTerminal
{
  color: white;
  font-size: 10pt;  
  font-weight: bold;
  background-color: #666666;
}
a.HeadTerminal {
  font-size: 8pt;
  text-decoration: none;
  color: white;
}
a.HeadTerminal:hover {
  text-decoration: underline;
  color: #000000;
}


tr.HeadResults
{
  color: White;
  font-size: 10pt;  
  font-weight: bold;
  background-color: #ff9900;
}
a.HeadResults 
{
  font-size: 8pt;
  color: White;
  text-decoration: none;  
}
a.HeadResults:hover 
{  
  text-decoration: underline;
  color: #FF0000;
}




tr.HeadOther
{
  font-weight: bold;
  font-size: 10pt;
  color: black;
  background-color: #cccc99;
}
a.HeadOther
{
  font-size: 8pt;
  color: black;
  text-decoration: none;  
}
a.HeadOther:hover 
{  
  text-decoration: underline;
  color: #FF0000;
}



.HeadProducts
{
  color: white;
  font-size: 10pt;
  font-weight: bold;
  background-color: #ff9900;
}
a.HeadProducts
{
  font-size: 8pt;
  text-decoration: none;
  color: white;
}
a.HeadProducts:hover {
  text-decoration: underline;
  color: #000000;
}



.HeadInfo
{
  color: black;
  font-size: 10pt;  
  font-weight: bold;
  background-color: #FFFF99;
}


td.Tab { 
  font-family: Arial, Helvetica;
  font-size: 12pt;
  color: black;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
}


td.TabSelected 
{
  font-family: Arial, Helvetica;
  font-size: 12pt;
  color: white;
  font-weight: bold;
  text-align: center;
  background-color: #000088;
}


.SubTab {
  font-family: Arial, Helvetica;
  font-size: 9pt;
  color: black;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
}


td.SubTabSelected 
{
  font-family: Arial, Helvetica;
  font-size: 9pt;
  color: white;
  font-weight: bold;
  text-align: center;
  background-color: #000088;
}



td.TabEdge { 
  font-family: Arial, Helvetica;
  font-size: 10pt;
  color: black;
  font-weight: bold;
  text-align: center;
  background-color: #ddddFF;
}



.Body1 { 
  font-size: 9pt;    
  color: #000000;
  background-color: #EEEEEE;
  vertical-align: baseline;
}


.Body1SmallPrint { 
  font-size: 8pt;
  color: #000000;
  background-color: #EEEEEE;
}


.Body1B
{
  font-size: 9pt;    
  color: #000000;
  background-color: #EEEEEE;
  font-weight: bold;  
}


.Body1C { 
  color: #000000;
  text-align: center;
  background-color: #EEEEEE;
}

.Body1BC { 
  color: #000000;
  text-align: center;
  font-weight: bold;
  background-color: #EEEEEE;
}

.Body1Disabled { 
  font-size: 9pt;    
  color: #999999;
  background-color: #EEEEEE;
}


.Body1CTiny 
{  
  color: #000000;
  text-align: center;
  background-color: #EEEEEE;
  font-size: 7pt;
}


.Body2 { 
  color: #000000;
  background-color: #CCCCCC;
}

.Body2B
{
  font-size: 10pt;    
  color: #000000;
  background-color: #EEEEEE;
  font-weight: bold;  
}


.Body3 { 
  color: #000000;
  background-color: #FFFFFF;
}

.Body3c { 
  color: #000000;
  text-align: center;
  background-color: #FFFFFF;
}

.Deadline { 
  font-size: 9pt;    
  color: #000000;
  font-weight: bold;
  background-color: #FFFF99;
}

.TableHeading { 
  color: #FFFFFF;
  text-align: left;
  font-size: 8pt;
  font-weight: bold;
  background-color: #000000;
}

.ErrorTitle {
  font-size: 18pt;
  font-weight: bold;
  color: White;  
}


.Label
{  
  font-size: 9pt;  
}


.SmallFont
{  
 font-size: 8pt;  
 font-family: Lucida Console, Courier New; 
}


.CaseTitle 
{
  color: #000000;
  font-size: 14pt;  
  font-weight: bold;
}




em {
  color: #FF0000;
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
}

.Info {
  font-family: Verdana, Arial, Helvetica;
  color: black;
  font-size: 10pt;  
  font-weight: bold;
  background-color: #FFFF99;  
}

.info-lowkey {
  font-family: Verdana, Arial, Helvetica;
  color: black;
  font-size: 8pt;
  background-color: #FFFF99;  
}


.Button1
{
  font-family:Arial; 
  font-size:8pt; 
  background:#ccc none; 
  color:#000;
}

.Edit1
{
  font-family:Arial; 
  font-size:8pt;  
  color:#009;
}

.Text1
{
  font-family:Arial;
  font-size:9pt;  
  color:#000;
}


.BoldText
{
  font-family: Verdana, Arial, Helvetica;
  font-size:12pt;  
  color:#000;
  font-weight: bold;
}


.HelpTitle
{
  font-family: Verdana, Arial, Helvetica;
  color: black;
  font-size: 18pt;
  font-weight: bold; 
  background-color: #FFFF99;  
  margin: 0,0,0,0;
}

.HelpSubtitle
{
  font-family: Verdana, Arial, Helvetica;
  color: black;
  font-size: 10pt;
  font-weight: bold; 
  background-color: #FFFF99;    
  margin: 0,0,0,0;
}

.HelpTitleText
{
  font-family: Verdana, Arial, Helvetica;
  color: black;
  font-size: 8pt;
  background-color: #FFFF99;    
  margin: 0,0,0,0;
}



.FinePrint
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  color: #999999;
  margin: 0,0,8,0;
}


.HelpFinePrint
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  color: #999999;
  margin: 0,0,8,0;
}



.SmallDescription
{
  font-family: Verdana, Arial, Helvetica;
  text-decoration: none;
   font-weight: normal;
  font-size: 7pt;
  margin: 0,0,0,0;
}

.ListTitle
{
  font-family: Arial, Helvetica;
  font-size: 12pt;
  font-weight: bold; 
  margin: 0,0,0,0;
}


.DataEntry
{
  font-family: Courier New;
  font-size: 10pt;  
  margin: 0,0,0,0;
}

.Solution { 
  font-size: 9pt;    
  color: #000000;
  background-color: #eeFFee;
}


.Closed { 
  font-size: 9pt;    
  color: #000000;
  background-color: #FFFFee;
}


.Totals 
{
  font-weight: bold; 
}
