/* DEFAULT BODY & FONT STYLES */
body {
   margin: 0px;
   background-color: #009933;
   /*background-image: url(layout/greypaper.gif)*/
}

body, p, td {
   font-family: arial, verdana, sans-serif;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   color: #ffffff;
   line-height: 130%;
   text-align: justify; 
   
}

input,select,option {
font-size:11px;
}

a:link {
   color: #99ccff;
   text-decoration: none
}

a:visited {
   color: #99ccff;
   text-decoration: none
}

a:active {
   color: #99ccff;
   text-decoration: none
}

a:hover {
   color: #99ccff;
   text-decoration: underline
}

/* SPECIFIC FONT STYLES */
h1 {
   font-family: arial, verdana, sans-serif;
   font-size: 17px;
   font-style: normal;
   font-weight: bold;
   color: #666666;
   border-left: solid 4px #ffcc00;
   padding-left: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   background-image: url(layout/bg_h1.gif);
   margin-bottom: 5px;
   
}

h2 {
   font-family: arial, verdana, sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   color: #ffffff;
}

h3 {
   font-family: arial, verdana, sans-serif;
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   color: #333333;
}


h4 {
   font-family: arial, verdana, sans-serif;
   font-size: 13px;
   font-style: italic;
   font-weight: bold;
   color: #ffcc00;
   margin-top: 10px;
   margin-bottom: 2px;     
}

h5 {
   font-family: arial, verdana, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #ffffff;
   margin-top: 2px;
   margin-bottom: 2px;     
}


.high {
   color: #FF5500;
   font-weight: normal;
}

.small {
   font-family: arial, verdana, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
}

.image_table_left {
   margin-left: 0px;
   margin-right: 20px;
   margin-top: 5px;
   margin-bottom: 10px;  
}

.image_table_right {
   margin-left: 20px;
   margin-right: 0px;
   margin-top: 5px;
   margin-bottom: 10px;  
} 

.image_table_center {
   /*
   margin-top: 10px;
   margin-bottom: 10px;  
   */
}                                  

.image_table_cell_upper {
   display: block;
   color: #333333;
   background-color: #ffffff;
   font-size: 11px;
   text-align: center;
   padding-top: 4px;
   padding-left: 4px;
   padding-right: 4px;      
}

.image_table_cell_lower {
   display: block;
   color: #333333;
   background-color: #ffffff;
   font-size: 11px;
   text-align: center;
   padding-bottom: 3px;      
}      

/* OUTER TABLE */
.outer_table {
   width: 760px;
   margin-top: 10px;
   vertical-align: top
}

/* TABLE CELLS */
.header_cell {
   vertical-align: bottom;
   height: 185px;
   border-bottom: 2px solid #ffcc00;
   background-color: #009933;
   background-image: url(layout/bg_header_banner.jpg);
}

.main_left_cell {
   width: 180px;
   vertical-align: top;
   padding-top: 0px;
   padding-bottom: 10px;
   padding-right: 10px;
}

.main_center_cell {
   width: 580px;
   height: 475px;
   vertical-align: top;
   padding-left: 0px;
   padding-top: 40px;
   padding-right: 10px;
   padding-bottom: 20px;
   background-image: url(layout/bg_main_cell.jpg);
}

.footer_cell {
   height: 40px;
   border-top: 2px solid #ffcc00;
}
