/* Print Style */

body {
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: black;
}

td {
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: black;
}

.gray {
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: gray;
}

.white {
	font-family: verdana,sans-serif;
	font-size: 11px;
	color: white;
}

.heading {
	font-family: verdana,sans-serif;
	font-size: 13px;
	color: #003B76;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}

.footer {
	font-family: verdana,sans-serif;
	font-size: 9px;
	color: black;
}

A.footer:link, A.footer:visited {
	font-family: verdana,sans-serif;
	font-size: 9px;
	color: darkblue;
}

A.JobHeading:hover{
	color: #0000FF;
}

A.JobHeading:visited{
	color: #993366;
}

.JobHeading {
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #003B76;
	text-decoration: underline;
	font-weight: bold;
}

.adminEmployer {
	color: #000000;
	text-decoration: none;
}

A.adminEmployer:hover{
	color: #F78000;
	font-weight: bold;
}

.bottomborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.inputbox {
	border: 1 solid gray;
}
.adminHeading {

	font-family: verdana, sans-serif;
	font-size: 14px;
	color: #003B76;
	font-weight: bold;
}

.toplessborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #033F7E;
	border-right-color: #033F7E;
	border-bottom-color: #033F7E;
	border-left-color: #033F7E;
}
