body {
	font-family: Arial, tahoma;
	font-size: 12px;
	color: #333333;
	background-color: #333333;
	margin-top: 20px;
}
body a:link {
	color: #CC9900;
	text-decoration: none;
}
body a:visited {
	color: #CC9900;
}
body a:hover {
	color: #666666;
}
body a:active {
	color: #333333;
}

body ol, ul {
    list-style-type: disc;
}

h4{
	color: #333333;
	font-size:14px;
	text-decoration:none;
}

.button {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
.button a:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.button a:hover {
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.whitetext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.whitetext a:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #CC9900;
	text-decoration: underline;
}
.whitetext a:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}
.whitetext a:active {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #CC9900;
}
.rightmenu {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.rightmenu a:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.rightmenu a:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.rightmenu a:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.rightmenu a:active {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.button a:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.button a:active {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
}

.yellowHeading{
	color: #CC9900;
	font-weight: bold;
	font-size:12px;
}

.jobDetails{
 background-color:#FFFFFF; 
 color:#333333;
 padding:10px;
 padding-top:0px;
 font-size: 12px;
}

.jobDetails h2{
	font-size: 18px;
	font-weight:normal;
	color:#333333;
}

.jobDetails p {
	font-weight:normal;
	padding:0px;
	color:#333333;
}

.linkmenu{
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;
}

.linkmenu a:link {
	color: #CC9900;
	text-decoration: none;
}
.linkmenu a:visited {
	color: #CC9900;
}
.linkmenu a:hover {
	color: #666666;
}
.linkmenu a:active {
	color: #333333;
}

#container{
	background-color:#FFFFFF;	
}

.apply{
	font-size:110%;
	padding:0px;
	text-align:center;
	margin:0px;
	font-weight:bold;
}

.apply a:link{
	text-decoration:none;
	font-weight:bold;
}

.message{
	font-size:90%;
 	text-align:left; 	
}

hr{
	width:100%;
	height: 1px;
	color: #666666;
	background-color:#666666;

	
}

hr.thick{
	width:100%;
	border:0;
	height: 2px;
	color: #666666;
	background-color:#666666;	

}

/* additional styles from original html pages  */
.style1 {font-size: 10px}

.style1wpm {
	color: #CC9900;
	font-weight: bold;
}

.style1cons {
color: #CC9900;
margin:0px;
margin-left:20px;
}

.white_bg{
    background-color:#ffffff;
    padding:0px;
	height:500px;
	min-height:500px;
}

table#jobs{
	border: solid 1px #999999;
	cellspacing:6px;
	margin-top:10px;
	margin-left:18px;
 	width:95%;	
}

#jobs th{
	background-color: #666666;
	color:#FFFFFF;
	font-weight:normal;
	padding:6px;
	border: solid 1px #999999;	
	font-size:80%;	
}

#jobs td{
	border: solid 1px #999999;	
	padding:4px;
	width:25%;
	font-size:80%;	
}

#jobsearchbox{
 text-align:right;
 width:70%;
 vertical-align:top ;
 padding-right:10px; 
 padding-top:16px;
} 