body {
	background: #3399cc;
/*99CCCC; */
	color: #000000; 
}
body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	width: 100%;
	empty-cells: show;
	padding: 2px;
}
th{
	padding-top: 10px;
	font-size: 10pt;
}
h2 {
	font-family: verdana,arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #003333;
	font-weight : bolder;
	margin-top: 20px;
	margin-bottom: 4px;;
}
h3 {
	font-size: 10pt;
	margin-bottom: 0;
}
p {
	margin-top: 0;
}
li {
	list-style-type: square;
}
.main {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	border: 1px solid black;
	background: white;
	text-align: left;
	padding: 0 5px 5px 5px;
}
.footer {
	margin-left: auto; 
	margin-right: auto; 
	width: 640px;
	font-size: 8pt;
	color: #666699;
	background: #000033;
	padding: 1px;
}
.ref {
	font-weight: normal;
}

#showmorejobs, #hidemorejobs {
	display: hidden; 
	margin-top: 10px;
}

@media print {
	#showmorejobs, #hidemorejobs {
		display:none !important;
	}
	#morejobs {
		display: block !important;
	}
	.ref { display:none; }
	.main {
		border-left: 0;
		border-right: 0;
	}
	body{
	 background: none !important;
	}
	.footer {
		color: grey;
		background: none;
	}
}
