/* CSS Document */

body{
	background-color:#007799;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.blue_bg{
	background-color:#0F8AA9;
	padding-left:20px;
	padding-right:20px;
}
.page{
	background-image:url(/images/bg.jpg);
	background-repeat:no-repeat;
	width:751;
	height:568;
}
.page_bg{
	background-image:url(/images/page_pg.gif);
	background-repeat:repeat-y;
	

}
.text_area {
	background-image:url(/images/textbg.jpg);
	background-repeat:no-repeat;
	padding-right:10;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

h1{
	color:#4BC6E5;
	font-size:16px;
	font-weight:bold;
}

h2{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
h3{
	color:#4BC6E5;
	font-size:12px;
	font-weight:bold;
}

.blue_link, .blue_link a, .blue_link a:visited, .blue_link a:active{
	color:#4BC6E5;
	font-size:12px;
	font-weight:bold;
}
.blue_link a:hover{
	text-decoration:underline;
}
.title{
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:1;
	border-bottom-style:solid;
	border-color:#4BC6E5;
}
.label{
	text-align:right;
}
.large_text{
	font-size:14px;

}
.small_text{
	font-size:11px;
}


#data_list table{
	background-color:#DDDDDD;
	
}
#data_list td{

	background-color:#0F8AA9;
	
}
a, a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img {
	border: none;
}

.job_list td{
	background-color:#3AA0B9;
	text-align:left;
}


.blue_link, .blue_link a,.blue_link a:link, .blue_link a:visited, .blue_link a:active{
	color:#4BC6E5;
	font-size:12px;
	font-weight:bold;
}
.blue_link a:hover{
	text-decoration:underline;
}
.horiz_line_blue{
	border-bottom:solid;
	border-bottom-width:4px;
	border-bottom-color:#4BC6E5;
	margin-bottom:0;
}
	
.horiz_line_grey{
	border-bottom:solid;
	border-bottom-width:4px;
	border-bottom-color:#3AA0B9;
	margin-bottom:0;
}
