a {
	color: #000066;
}

a:visited {
	color: #000066;
}

.job_links {
	font-size: 7pt;
}

.company_links {
	font-size: 7pt;
}

.content_page_header {
	font-family: Verdana;
	color: #000066;
	font-size: 13pt;
	background: #EAF4D6;
	line-height: 20px;
	padding: 10px;
}

.content_body {
	font-family: Verdana;
	font-size: 11pt;
	line-height: 28px;
}

.content_page_links {
	font-family: Verdana;
	font-size: 10pt;
}

.header_text {
	font-family: Verdana;
	color: gray;
	font-size: 8pt;
}

.job_search_header {
	font-family: Verdana;
	color: #000066;
	font-size: 13pt;
	font-weight: bold;
}

.job_search_text {
	font-family: Verdana;
	color: #000000;
	font-size: 7pt;
}

.error {
	font-family: Verdana;
	color: red;
	font-size: 11pt;	
}

.result_header_row {
	background: #000066;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 9pt;
}

.result_odd_row {
	background: #FFE873;
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
}

.result_even_row {
	background: #FFFFCC;
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
}

.result_table {
	cellpadding: 15px;
}

.description_table {
	background: #EAF4D6;
	border: none;
	font-family: Verdana;
	font-size: 11pt;
	vertical-align: top;
}

.company_name {
	color: white;
	font-family: Verdana;
	font-weight: bold;
	font-size: 13pt;
	border: none;
	padding: 0;
}

.names {
	font-family: Verdana;
	color: #000066;
	font-size: 11pt;
	font-weight: bold;
}

.label {
	text-align: right;
}

.job_info {
	background: #EAF4D6;
	border: none;
	font-family: Verdana;
	font-size: 11pt;
	vertical-align: top;
}

.middle_spacer {
	width: 50px;
}

.right_spacer {
	width: 50px;
}

/* Rounded Corner Box */

DIV#box {

	width: 90%;
	margin: auto;

	background: #FFE873;
	color: white;

	text-align: left;

}

DIV#content { padding: 0 10px; }

/* Rounded Corner Box Background Images */

DIV#top-left {

	width: 100%;
	height: 10px;

	background: #FFE673 url(images/top_left.jpg) left top no-repeat;

}

DIV#top-right {

	float: right;
	width: 10px;
	height: 10px;

	background: #FFE673 url(images/top_right.jpg) right top no-repeat;

}

DIV#bottom-left {

	width: 100%;
	height: 10px;

	background: #FFE673 url(images/bottom_left.jpg) left bottom no-repeat;

}

DIV#bottom-right {

	float: right;
	width: 10px;
	height: 10px;

	background: #FFE673 url(images/bottom_right.jpg) right bottom no-repeat;

}

DIV#green-box {

	width: 100%;
	margin: auto;

	background: #8CC540;
	color: white;

	text-align: left;

}

DIV#green-content { padding: 0 10px; }

/* Rounded Corner Box Background Images */

DIV#green-top-left {

	width: 100%;
	height: 10px;

	background: #8CC540 url(images/top_left_green.jpg) left top no-repeat;

}

DIV#green-top-right {

	float: right;
	width: 10px;
	height: 10px;

	background: #8CC540 url(images/top_right_green.jpg) right top no-repeat;

}

DIV#green-bottom-left {

	width: 100%;
	height: 10px;

	background: #8CC540 url(images/bottom_left_green.jpg) left bottom no-repeat;

}

DIV#green-bottom-right {

	float: right;
	width: 10px;
	height: 10px;

	background: #8CC540 url(images/bottom_right_green.jpg) right bottom no-repeat;

}