@charset "ISO-8859-1";
body, td {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #111111;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
.resumeMenu {
	font-size: .75em;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#jobs {
}
#jobType{
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: lighter;
}
#jobListing{
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
}
#jobListing p{
	line-height: 1.25em;
	padding: 0;
	margin: 0;
	margin-top: 0.5em;
}
.large {
	font-size: 2em;
}
.copy {
	text-align: center;
	font-size: 0.75em;
}