@charset "UTF-8";
body { 
color: #666666; 
font-family: 'trebuchet ms',helvetica,sans-serif; 
font-size: 0.9em;
}
input.btn{
   color:#ffffff;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#336699;
   border:1px solid;
   border-top-color:#77A5BD;
   border-left-color:#77A5BD;
   border-right-color:#77A5BD;
   border-bottom-color:#77A5BD;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#558FAE',EndColorStr='#336699');
}

input.btnhov{
   color: #CCCCCC;
   border-top-color:#cccccc;
   border-left-color:#cccccc;
   border-right-color:#cccccc;
   border-bottom-color:#cccccc;
}

input.btninactive{
   color:#ffffff;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#CCCCCC;
   border:1px solid;
   border-top-color:#77A5BD;
   border-left-color:#77A5BD;
   border-right-color:#77A5BD;
   border-bottom-color:#77A5BD;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#CCCCCC',EndColorStr='#CCCCCC');
}

input.btn2{
   color:#ffffff;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#336699;
   border:1px solid #77A5BD;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#558FAE',EndColorStr='#336699');
}

input.btnhov2{
   color: #CCCCCC;
   border-top-color:#cccccc;
   border-left-color:#cccccc;
   border-right-color:#cccccc;
   border-bottom-color:#cccccc;
}
.submitbox{
 color: #333333;
 background:#ffffff;
 border:1px solid #cccccc;
 width:140px;
 margin:0;
 font-family:'trebuchet ms',helvetica,sans-serif;
 font-size:0.8em;
}
.link-bule {
	color: #000099;
}
.link-orange {
	color: #fa9605;
	text-decoration: none;
	font-size: 1.4em;
}

.border {
	border: 1px solid #dadbdb;
}

.link_menu:link {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}

.link_menu:visited {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}

.link_menu:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

.link_sunmenu:link {
	text-decoration: none;
	color: #fa9605;
}

.link_sunmenu:visited {
	text-decoration: none;
	color: #fa9605;
}

.link_sunmenu:hover {
	text-decoration: none;
	color: #006699;
}

.link_sunmenuactive {
	color: #006699;
}

.link_job_cate:link {
	text-decoration: underline;
	color: #006699;
	font-weight: bold;
}

.link_job_cate:visited {
	color: #006699;
	font-weight: bold;
}

.link_job_cate:hover {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}

.link-white:link {
	text-decoration: none;
	color: #FFFFFF;
}

.link-white:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.link-white:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.link-gray:link {
	text-decoration: underlind;
	color: #666666;
}

.link-gray:visited {
	text-decoration: underlind;
	color: #666666;
}

.link-gray:hover {
	text-decoration: none;
	color: #666666;
} 

h1 {
	color: #fa9605;
	text-decoration: none;
	font-size: 1.4em;
}

h2 {
	color: #fa9605;
	text-decoration: none;
	font-size: 1.1em;
}

a {text-decoration: none; color: #286ea0;
} 

a:hover { text-decoration: underline; 
color: #fa9605;}

li
{ 
padding-left: 10px;
list-style-image: url(images/listorange.gif)
}

table.contenttable {
	width:98%;
	border-top:1px solid #558FAE;
	border-right:1px solid #558FAE;
	border-left:1px solid #558FAE;
	border-bottom:1px solid #558FAE;
	margin:1em auto;
		border-collapse:collapse;
	}

td.contenttable {
	color:#ffffff;
	border-top:1px solid #558FAE;
	border-right:1px solid #558FAE;
	border-left:1px solid #558FAE;
	border-bottom:1px solid #558FAE;
	padding:.3em 1em;
	text-align:center;
	background:#95B9CC;
	}
td.contenttable2 {
	color:#678197;
	border-top:1px solid #558FAE;
	border-right:1px solid #558FAE;
	border-left:1px solid #558FAE;
	border-bottom:1px solid #558FAE;
	padding:.1em 1em;
	}				
