<!--
BODY 
{
   margin: 0px; 
    font-size          : 9pt;
    font-family        : Verdana,Arial,Helvetica;
    color              : #4A4A4A;
    background-image   : url(/images/bg_diag.jpg);

}

TABLE 
{ 
    empty-cells: show;
    background-color   : #ffffff;
}

TD
{ 
    font-size          : 9pt;
    font-family        : Verdana,Arial,Helvetica;
    color              : #000000;
}

TH
{
    font-size          : 8pt;
    font-family        : Verdana,Arial,Helvetica;
    font-weight        : bold;
    background-color   : #4040A0;
    color              : #FFFFFF;
}

A	
{
    text-decoration    : none;
    font-family        : Verdana,Arial,Helvetica;
    font-size          : 9pt;
}

A:link      
{ 
    color              : #4040FF;
}

A:visited      
{ 
    color              : #4040FF;
}

A:active    
{ 
    color              : #FF0000;
    text-decoration    : underline;
}
A:hover
{
    color              : #FF0080;
    text-decoration    : underline;
}

H1
{
    font-size          : 200%;
    font-family        : Arial,Helvetica;
    font-weight        : bold;
    margin             : 0px;
    padding            : 0px;
    border             : 0px;
    border-style       : none;
    border-bottom:   1px solid #aaaaaa;
}

H2
{ 
    font-size          : 133%;
    font-family        : Arial,Helvetica;
    font-weight        : bold;
    margin             : 30px 0px 10px 0px;
    padding            : 3px;
    border             : 0px;
    border-style       : none;
    background-image: url(/fcs/images/subtitle_gradient1.gif);
    background-repeat: repeat-y;
    color: #000000;
}

H3
{
    font-size          : 120%;
    font-family        : Arial,Helvetica;
    font-weight        : bold;
    margin             : 0px;
    padding            : 0px;
    border             : 0px;
    border-style       : none;
}

H4
{ 
    font-size          : 120%;
    font-family        : Arial,Helvetica;
    font-weight        : normal;
    margin             : 0px;
    padding            : 0px;
    border             : 0px;
    border-style       : none;
}

H5
{ 
    font-size          : 100%;
    font-family        : Arial,Helvetica;
    font-weight        : bold;
    margin             : 0px;
    padding            : 0px;
    border             : 0px;
    border-style       : none;
}

H6
{ 
    font-size          : 225%;
    font-family        : Arial,Helvetica;
    font-weight        : bold;
    margin             : 0px;
    padding            : 0px;
    border             : 0px;
    border-style       : none;
}

Input.button
{
}

Input.text
{
   border-color: gray;
   border-style: solid;
   border-width: 1px;
   color: black;
}

TEXTAREA
{
   border-color: gray;
   border-style: solid;
   border-width: 1px;
   color: black;
}

PRE
{ 
   font-family: "Courier";
}

.pagetable {
	margin-left:auto;
	margin-right:auto;
}




#maindiv
{
   border-left: 1px dotted #aaaaaa;
   padding-left: 10px;
   padding-right: 20px;
}

#navigation a
{
   color: #fff;
   text-decoration: none;
   padding-left: 10px;
   background-color: #26a;
   background-image: url("images/navtab-blue-left.gif");
   background-position: top left;
   background-repeat: no-repeat;
}
#navigation a span
{
   background: url("images/navtab-blue-right.gif") right top no-repeat;
   padding-right: 10px
}
#navigation a, #navigation a span
{
   display: block;
   float: left
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
   float: none
}
/* End IE5-Mac hack */
#navigation a:hover
{
   color: #000;
   background: #fb0 url("images/navtab-orange-left.gif") left top no-repeat;
   text-decoration: none;
   padding-left: 10px
}
#navigation a:hover span
{
   background: url("images/navtab-orange-right.gif") right top no-repeat;
   padding-right: 10px
}



.navigationpremium
{
   color: #1BFEF9;
}

.header
{
  border-style:outset;
  border-width:1px 1px 1px 1px;
  padding:     3px 3px 3px 2px;
  border-color:#aaaaaa;
  background-color: #cccccc;
}
.cell
{
  border-style:solid;
  border-width:0px 1px 1px 0px;
  padding:     2px 3px 2px 3px;
  border-color:#aaaaaa;
}
.selector
{
  border-style:outset;
  border-width:1px 1px 1px 1px;
  padding:     1px 3px 2px 2px;
  border-color:#aaaaaa;
  background-color: #cccccc;
}
.ellipstext
{
  overflow:hidden;
  text-overflow:ellipsis;
}
-->