html,body {
   font-family:"Century Gothic","Arial";
   background-color : #2e2d51;
   text-align: center;

}

img{
   border:0;
}
li{
   list-style: square;
}
hr{
   color: #DDDDDD;
   background-color: red;
   height: 1.5px;
   border: 0px;
}

h1{
   font-size:20px;
   text-align:left;
   font-weight:normal;
}

input,textarea{
     font-family: verdana, helvetica;
     font-size: 10px;
     color: #525252;
     background: #ffffff;
     border: solid 1px;
     border-color: #aaaaaa;
     xletter-spacing: 0px;
      
}
td{
        font-size: 12px;
        font-weight:bold;


}

strong{
        font-weight:normal;
}

a{
        text-decoration: underline;

}
td.cmenu{
        color:#FFFFFF;
        text-decoration: none;
        font-size: 12px;
        font-weight:bold;
}

a.cmenu{
        color:#FFFFFF;
        text-decoration: none;

}
a.cmenuhighlight{
        color:#FFFFFF;
        text-decoration: underline;

}

table.ccontent{
        border-style:solid;
        border-color:#000000;
        border-width: 1px ;
        //font-size:8pt;
        //color:#000000;
        //padding:10px
}

td.ccontent{
        font-weight:bold;
        font-size: 12px;

}


a.search{
        color:#FFFFFF;
        font-weight:bold;
        font-size: 12px;

}

td.search{
        font-size: 12px;
        color:#BBBBBB;
        font-weight:bold;
}
.highlightkeyword{
        color:#FFB366;
       // color:#FF4444;
       //font-style: italic;
}
.searchurl{
        font-size: 10px;
        color:#CCCCCC;

}


/*
a.functionsoverviewlist{
        text-decoration: none;
        color:#F00FF0;


}
a.sitemap{
        text-decoration: none;
        color:#F00FF0;
}
*/

ol.functionsoverviewlist li{
        list-style: none;
        font-size: 16px;
        //list-type-style: lower-alpha;
        text-decoration: none;
        font-style: italic;
        margin-top: 30px;
        margin-bottom: 0px;
        color:#94c8e5;

}

ol.functionsoverviewlist ol li{
        list-style: square;
        font-style: normal;
        font-size: 12px;
        text-decoration: underline;
        margin-top: 10px;
        margin-bottom: 0px;
        color:#FFFFFF;
}

ol.functionsoverviewlist ol ol li{
        list-style: none;
        border-color: red;
        color:#CCCCCC;
        text-decoration: none;
        font-size: 11px;
        margin-top: 0px;
        margin-bottom: 0px;
        //text-indent: 0;
}


ol.sitemap li{
        list-style: none;
        color:#CCCCCC;
}

ol.sitemap ol li{
        font-weight:normal;
        color:#CFFFCC;
}


