html, body{  color: #FCDEA0;font-size: 10pt; } 
.footer {font-size: 8pt;}

table { font-size: 8pt; font-family: Verdana;}

A.HeaderLink:visited { color:#FFE21A; text-decoration: none; font-size: 10pt;font-family: Tahoma;}
A.HeaderLink:active { color:#FFE21A; text-decoration: none; font-size: 10pt; font-family: Tahoma;}
A.HeaderLink:link { color:#FFE21A; text-decoration: none; font-size: 10pt; font-family: Tahoma;}
A.HeaderLink:hover { color: white; background-color: #FDD96C; text-decoration: none; font-size: 10pt; font-family: Tahoma;}
.HeaderLinkS { color:#FFE21A; text-decoration: underline; font-size: 10pt; font-family: Tahoma;}

.this_ul        {text-decoration: underline;}
p {text-indent: 2em}
a:visited,a:active,a:link {color:#FDD96C; cursor: pointer;}
a:hover { color: #303060; background-color: #FDD96C;text-decoration: none;}

input, select	{font-family: Tahoma; font-size: 8pt;}    
textarea	{font-family: Tahoma; font-size: 10pt;}    
.form_button 	{font-family: Tahoma;background-color: #FDD96C; color:#303060; font-size: 7pt; font-weight: normal;}

.page_header {color:#FDD96C; font-size: 18pt;}
.footer {color:#FFFFFF;font-style: normal; font-size: 10pt;}
.tinytext {font-family: Tahoma; font-size: 7pt;}    


.Prod_Key {white-space: nowrap; text-align: right; font-size:8pt; font-weight: bold;}
.Prod_Value {text-align: left; font-size:9pt;}
.Prod_Desc {text-align: center; font-size:8pt; font-weight: bold;}

/* li ul { display:none;} 
li:hover > ul { display:block; }
*/
ol li {padding: 3px; color:#FDD96C; font-size: 10pt; font-weight: bold;}
ul li {color:#FDD96C; font-size: 10pt; font-weight: normal;}


.faq_question {font-style: normal; cursor: pointer; font-size: 10pt;}
.faq_answer {color: #FFFFFF; font-style: italic; cursor: pointer; font-size: 10pt;}



.img_protect{
    position: relative; top: -150px; left: 0px;  
    height: 150px; 
    width: 150px;
    display: block
    /*
    border-width: 1px; 
    border-style: solid;
    border-color:#efefef #ccc #ccc #efefef;
    */
}

#wrapper{
    position: absolute; top: 0; left: 0;  
    height: 99%; 
    width: 99%;
    overflow-y: none;
    text-align: center;
    /* 
    border-width: 1px; 
    border-style: solid;
    border-color:#efefef #ccc #ccc #efefef;
    */
}
#page_left{
    position: absolute; top: 0; left: 2; 
    height: 100%; 
    width: 110;   
    text-align: center;
    /* 
    border-width: 1px; 
    border-style: solid;
    border-color:#efefef #ccc #ccc #efefef;
    */
}
#navigation{
    position: absolute; left:115; top: 110; 
    background: #303060;
    width: 150px; 
    height: 75%;
    overflow-y: auto;
    text-align: left;
    border-width: 0px; 
    border-style: solid;
    border-color:#efefef #ccc #ccc #efefef;
}
#content{
    position: absolute; left:265; top: 110; 
    background: #303060;
    width: 75%; 
    height: 75%;
    overflow-y: auto;
    text-align: left;
    
    border-width: 0px; 
    border-style: solid;
    border-color:#efefef #ccc #ccc #efefef;
}
#content_admin{
    position: absolute; left:115; top: 110; 
    background: #303060;
    width: 75%; 
    height: 75%;
    overflow-y: auto;
    text-align: left;
    
    border-width: 0px; 
    border-style: solid;
    border-color:#efefef #ccc #ccc #efefef;
}
#page_footer{
    position: absolute; left:115; top: 94%; 
    width: 85%; 
    text-align: center;
    /* 
    border-width: 1px; 
    border-style: solid;
    border-color:#efefef #ccc #ccc #efefef;
    */
}
