/* CSS Document */

/* HTML tags */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	color:#000000;
	font-size:12px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:medium;
	font-weight:bold;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:medium;
	text-decoration:underline;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

a {
	color:#666666;
}

table {
	font-size:14px;
}

td {
	vertical-align:text-top;
	padding-bottom:5px;
}

li {
	line-height:15px;
}

hr {
	color:#333333;
	width:811px;
	position:relative;
	left:-5px;
}

/* Div tags */

div.main {
	background-color:#FFFFFF;
	padding:5px;
	position:relative;
	left:15%;
	width:800px;
}

div.jobtitle {
	position:relative;
	left:75px;
	margin-bottom:10px;
}

div.printable {
	position:absolute;
	text-align:left;
	top:0px;
	left:600px;
	width: 204px;
	height:18px;
	border-bottom-color:#000000;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-left-color:#000000;
	border-left-width:thin;
	border-left-style:solid;
	padding-left:5px;
}
