/* CSS Document */
<!--
a {
	font-family: Tahoma, sans-serif, Arial, Verdana;
	font-size: 11px;
	color: #173862;
	font-weight: bold;
	background-color:inherit;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C82F35;
	background-color:inherit;
}
a:hover {
	text-decoration: underline;
	color: #173862;
	background-color:inherit;
}
a:active {
	text-decoration: none;
	color: #173862;
	background-color:inherit;
}
/* Info box */

.infobox {
    padding:8px; 
    height: 200px; 

}

.infobox_header {
     background-color:#C82F35;
     color: #FFFFFF;
     padding: 2px;
     font-weight: bold;
}

.jobguidebox {
        text-align:center;
}

.jobguideboxinner {
	float: none;
	width: 220px;
	margin: 0px;
	padding: 2px 10px 10px 10px;
	border: 1px solid #DDDDDD;
}

-->


