

/* scroll bar color properties */
body{
background-color:#fefdfb;
	SCROLLBAR-FACE-COLOR: #d0cbb7;
	SCROLLBAR-HIGHLIGHT-COLOR: #f0f0f0;
	SCROLLBAR-SHADOW-COLOR: #2E361F;
 	SCROLLBAR-3DLIGHT-COLOR: #EDF9EB;
	SCROLLBAR-ARROW-COLOR: #4D7247;
	SCROLLBAR-TRACK-COLOR: #e0e0e0;
	SCROLLBAR-DARKSHADOW-COLOR: black;
	}


/* modify text with-in the table tags ex.(<table class="h9"> </table>) */
.h9{
	font-size: 8pt;
	font-family: verdana,arial,helvetica;
	color:#f0f0f0;
	}


/* modify text with-in the table tags ex.(<table class="h9"> </table>) */
.h10{
	font-size: 8pt;
	font-family: verdana,arial,helvetica;
	color:#000000;
	}

/* text with bold ex. class="b"*/
.b{
	font-weight : bold;
	}
	
	
/*modify for the input tags ex.(<input class="form"></input>) testboxes*/
.form{
	font-size: 8pt;
	font-family: Arial,Helvetica,sans-serif;
	color: #4D7247;
	background-color:#f0f0f0; 
	}
	
	
/*modify for the input ex.(<input class="form_button"></input>) tags buttons*/
.form_button{
	font-family: Arial,Helvetica,sans-serif; 
	color: #4D7247; 
	font-size: 9pt; 
	border-style: solid; 
	border-width: 1px;
	background-color:#f0f0f0 ;
	}
	
	
/*Modify the setting of the SearchResults.asp table data( ex. <TD class="table_header_SR"></TD>) tags*/
.table_header_SR{
	font-size: 9pt;
	font-family: Arial,Helvetica,sans-serif;
	color:black;
	background-color:#ad9e8b;
	text-align : left;
	font-weight : normal;
	}
	
	
/*Modify the setting of the JobDetails.asp table data (<TD table_header_JD></TD>) tags*/
.table_header_JD{
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	color: #dfdccd;
	background-color:#ad9e8b;
	text-align : left;
	font-weight :bold;
	}
	
	
/*Modify the setting of the JobDetails.asp table data (<TD table_header_JD2></TD>) tags*/
.table_header_JD2{
	font-size: 8pt;
	font-family: Arial,Helvetica,sans-serif;
	color:#000000;
	background-color:#ad9e8b ;
	text-align : left;
	font-weight : normal;
	}

.links {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none; list-style-image: none; list-style-type: none}
	
/*Modify setting for the links on the pages*/
A:visited{
	font-family: Arial,Helvetica,sans-serif;
	FONT-SIZE: 9px;
	COLOR: #000000;
	TEXT-DECORATION: none
	}
A:link{
	font-family: Arial,Helvetica,sans-serif;
	FONT-SIZE: 9px;
	COLOR: #000000;
	TEXT-DECORATION: none
	}
A:hover{
	font-family: Arial,Helvetica,sans-serif;
	FONT-SIZE: 9px;
	COLOR: #000000;
	TEXT-DECORATION: none
	}
A:active{
	font-family: Arial,Helvetica,sans-serif;
	FONT-SIZE: 9px;
	COLOR: #000000;
	TEXT-DECORATION: none
	}
