body {
	background: white;
	margin: 20px;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	width: 7.5in;
	margin-left: auto;
	margin-right: auto;
}

td {
    padding: 2px;
}

.bullet {
    margin-bottom: 10px;
}

.title {
	font-size: 14pt;
	font-weight: bold;
	width: 40%;
}

.subtitle {
	font-size: 10pt;
	vertical-align: bottom;
}

.right {
    text-align: right;
}

.section {
    margin: 5px 10px;
}

.text {
    font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 20px;
}

.company {
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	width: 50%;
	padding-left: 10px;
	padding-top: 10px;
}

.location {
    font-size: 10pt;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
	padding-top: 10px;
}

.heading {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid black;
	padding-top: 7px;
	padding-bottom: 3px;
}

.content {
	vertical-align: top;
	font-size: 10pt;
}

.emph {
	font-style: italic;
}


@media screen {
a {
	text-decoration: none;
	color: #33F;
}
}

@media print {
a {
    text-decoration: none;
    color: black;
}

.noprint {
    display: none;
}
}

a:hover {
	text-decoration: underline;
	color: blue;
}

