/* 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: 120%;   
} 

input,select,option {
   font-size:11px;
}


a:link {
   color: #ff6600;
   text-decoration: none
}

a:visited {
   color: #ff6600;
   text-decoration: none
}

a:active {
   color: #ff6600;
   text-decoration: none
}

a:hover {
   color: #333333;
   text-decoration: underline
}

/* SPECIFIC FONT STYLES */
h1 {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   color: #3399ff;
   clear: both;
   padding-left: 5px;
   padding-top: 6px;
   padding-bottom: 3px;
	border-bottom: 2px solid #cccccc;
   background-image: url(layout/boxtop.jpg);
}

h2 {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   color: #3399ff;
   clear: both;
   padding-left: 5px;
   padding-top: 5px;
   padding-bottom: 2px;
	border-bottom: 2px solid #cccccc;
   background-image: url(layout/boxtop.jpg);
}

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, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #333333;
} 

.wda_orange {
   color: #ff6600;
   font-weight: bold;   
}

.wda_blue {
   color: #3399ff;
   font-weight: bold;   
}      

/* OUTER TABLE */
.outer_table {
   width: 760px;
   vertical-align: top
}

/* TABLE CELLS */
.header_cell {
   vertical-align: bottom;
   height: 122px;
   background-color: #ffffff;
   background-image: url(layout/bg_wage_advance_banner.gif)
}

.main_left_cell {
   width: 180px;
   vertical-align: top;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-right: 10px;
}

.main_center_cell {
   width: 580px;
   height: 500px;
   vertical-align: top;
   padding-left: 5px;
   padding-top: 50px;
   padding-right: 0px;
   padding-bottom: 20px;

   text-align: justify;

   /*
   background-color: #FFFFFF;
   */
   /*
   background-image: url(layout/bg_map.gif)
   */
}

.footer_cell {
   height: 40px;
   border-top: 3px solid #3399ff;
}
