@charset "utf-8";

a:link { text-decoration: none; }

a:visited { color: gray; text-decoration: none; }

a:hover { color: red; text-decoration: underline; }

table.instBed {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 10pt;
	text-align: left;
	width: 100%;
	margin-top: 12px;
	margin-right: 0pt;
	margin-bottom: 15px;
	margin-left: 0pt;
}

table.instBed tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 10pt;
	padding: 4px;
	text-align: center;
}
table.instBed tr {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
table.instBed td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
#jobTable {
	margin-bottom: 10px;
	margin-top: 5px;
}
