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

body, p, td {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #333333;
   line-height: 130%;
   
   /*
   text-align: justify;
   */
}

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


a:link {
   color: #0066cc;
   text-decoration: none
}

a:visited {
   color: #0066cc;
   text-decoration: none
}

a:active {
   color: #0066cc;
   text-decoration: none
}

a:hover {
   color: #ff9900;
   text-decoration: none
}

/* SPECIFIC FONT STYLES */
h1 {
   font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: bold;
   color: #ff9900;
   
   margin-top: 0px;
   margin-bottom: 0px;
   
   /*
   padding-top: 22px;
   background-image: url(layout/h1_icon.gif);
   background-repeat: no-repeat;
   background-position: 0px 10px;
   padding-left: 25px; 
   */

   
   
   /*
   background-color: #e8e8e8; 
   padding-left: 5px;
   clear: both;
	border-bottom: 3px solid #cc3366;
	*/
}

h2 {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   color: #6666cc;
}

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

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

.small {
   font-family: Arial, Verdana, Verdana, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #333333;
}


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

/* TABLE CELLS */
.header_cell {
   vertical-align: top;
   height: 122px;
   /*
   border-bottom: 2px solid #FF6600;
   background-color: #ffffff;       
   */
   
   background-image: url(layout/bg_banner.gif)
   
}  


.main_right_cell {
   width: 210px;
   vertical-align: top;
   padding-left: 0px;
   padding-top: 30px;
   padding-bottom: 20px;
   padding-right: 0px;
   /*
   border-right: 2px solid #66CCFF;
   */
}

.main_center_cell {
   width: 550px;
   height: 400px;
   vertical-align: top;
   padding-left: 0px;
   padding-top: 30px;
   padding-right: 10px;
   padding-bottom: 20px;
   /*
   background-color: #FFFFFF;
   */
   /*
   background-image: url(layout/bg_map.gif)
   */ 
}

.footer_cell {
   height: 40px;
   border-top: 4px solid #0066cc;
}
             