*
{
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    line-height: 16px;      
    color: Black;  
}

body
{
    margin: 0;
    padding: 0;
    background-image: url(../../../Images/Background_Black.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    color: White;
    background-color: Black;
}

.Container
{
    width: 920px;
    margin: 10px auto;
}

.Header
{
    width: 920px;
    height: 150px;
    background-image: url(../Images/HeaderNewLogo.jpg);
    background-repeat: no-repeat;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    margin-bottom: 10px;
}

.Content
{
    width: 900px;
    float: left;
    background-color: White;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    padding: 20px 10px;
}

.nextpagetop
{
    float: right;
}

#perfback
{
    clear: both;
    float: right;
}

p
{
    font-size: 10pt;
    line-height: 20px;
    margin-bottom: 20px;
}    

td
{
    font-size: 10pt;
    padding: 2px 8px;
} 

h1  
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif; 
    font-weight: bold;
    color: #6b8217;
    font-size: 14pt;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3 
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif; 
    font-weight: bold;
    color: Black;
    font-size: 12pt;
    line-height: 20px;
    margin-bottom: 8px;
}

/*  Form Fields
*************************************/

.inputxxx, .input
{
    color: #000;
    border: 1px solid #BBB;
    padding: 2px;
    margin: 5px 0px;
    width: 150px;
    background: url(../../../images/Facts_Td_Bg.jpg);
    background-repeat: repeat-x;      
}

input.buttonNormal, .buttonPrint
{
    background-color: #3d5119;
    background-image: url(../../../images/Button_Background_s.png);
    background-repeat: repeat-x;
    color: #000;
    border: 1px solid #3d5119;
    margin: 5px 0px;
    focus: 0px;
    width: 150px;
}

.left
{
    text-align: left;
}

/*  Table Definitions
*************************************/

#perf_table table{
    border-collapse:collapse;
    margin: 0px;
    padding: 0px;
    width: 900px;
}	
#perf_table thead td
{
    color:#000;
    font-weight:700; 
    text-align:right;
    border:none;
}
#perf_table td
{
    font-size: 9pt;
    border-bottom: 1px solid #ccc;
    padding: 4px 5px;
    text-align: right;
 
}

#perf_table tr.row1 td, #perf_table tr.row2 td, #perf_table tr td
{
    background:#fff;
    background: url(../../../images/Facts_Td_Bg.jpg);
    background-repeat: repeat-x;       
}

#perf_table tfoot td
{
    color:#6b8217;
    background:#D6D6D6;
    font-weight:700;
    text-align:right;
}

#perf_table td.left{
    text-align:left;
}


/*  Menu Definiotions
*************************************/


#menu 
{
    margin-top: 5px; 
    position:relative; 
}

#dropline 
{
    position:relative; 
    height:22px;   
}

#dropline, #dropline ul 
{
    padding:0; 
    margin:0; 
    list-style:none; 
    width: 920px;
    /* border-bottom: 1px solid #D6D6D6; */
    margin-bottom: 10px;
}

#dropline li 
{
    float:left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}

#dropline li a 
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif; 
    font-weight: bold;       
    float:left; 
    display:block; 
    padding: 0;
    color: White;
    text-decoration:none; 
    font-size: 10pt;    
}

#dropline li a:hover
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif; 
    font-weight: bold;       
    float:left; 
    display:block; 
    padding: 0;
    color: #BBB;
    text-decoration: none; 
    font-size: 10pt;    
}

#dropline li.activ
{
    border-bottom: 2px solid #D6D6D6;
}