<STYLE type="text/css">

body            {font-family:arial,helvetica,sans-serif; font-size:8pt;}

H1              {font-family:arial,helvetica,sans-serif; font-size:20pt;}
H2              {font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold;}
H3              {font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:normal;font-style:italic;}

td              {font-family:arial,helvetica,sans-serif; font-size:8pt;}
a:link          {color:maroon; font-family:arial,helvetica,sans-serif;	text-decoration:none;}
a:visited       {color:maroon; font-family:arial,helvetica,sans-serif; text-decoration:none;} 
a:active        {color:red; font-family:arial,helvetica,sans-serif; text-decoration:none;}
a:hover         {color:red; text-decoration:none;}
img             {border:none;}

.default        {color:default;}
.highlighted    {color:maroon;}
.msg            {color:blue;}
.caption        {font-size:7pt;}
.red            {color:red;}
.error          {color:red;}
.debug          {color:grey;}

/*** definitions for table ***/
.table1         {padding-width:0px; border-spacing:0px;	border-width:0px;}
.table1 td      {border-width:4px; border-style:hidden;}
.table1 td.bg0  {background-color:white; font-weight:bold; color:default;}
.table1 td.bg1  {background-color:gainsboro;}
.table1 td.bg2  {background-color:white;}
.table1 td.bg3  {background-color:#EEFFEE;}

/*** Settings for navigation menu ***/
#menu           {position:relative; color:maroon; left:5px;}
.top            {font-size:10pt; font-weight:bold; line-height:14px;}
.sub            {position:relative; font-size:8pt; font-weight:normal; left:16px; line-height:12px;}

/*** Settings for navigation menu (obsolete 02-12-2006) ***/ 

#divCont {position:absolute; z-index:1; left:10px; top:200px; height:480px; width:180px; visibility:hidden;}
.clHome  {position:absolute; z-index:1; width:154px; line-height:14px;}
.clTop   {position:absolute; z-index:1; width:154px; line-height:14px;}
.clSub   {position:absolute; z-index:1; left:20px; top:24px; width:180px; line-height:12px;}

#divCont {left:10px;}
.clHome  {width:154px; line-height:14px;}
.clTop   {width:154px; line-height:14px;}
.clSub   {left:20px; line-height:12px;}

/*** This sets the style for the links inside the menu. ***/
#divCont .clHome a              {color: maroon; font-size:10pt; font-weight:bold;}
#divCont .clHome a:hover        {color: red;}
#divCont .clTop  a              {color: maroon; font-size:10pt; font-weight:bold;}
#divCont .clTop  a:hover        {color: red;}
#divCont .clSub a               {color: maroon; font-size:8pt; font-weight:normal;}
#divCont .clSub a:hover         {color: red;}

/*** These are styles for the autosuggest box. ***/
div.suggestions {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid black;
    position: absolute;   
}
div.suggestions div {
    cursor: default;
    padding: 0px 3px;
}
div.suggestions div.current {
    background-color: #3366cc;
    color: white;
}

</STYLE>


