@charset "UTF-8";
/* print styles */

body {
	background-color: white;
	color: black;
	background-image: none;
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	width: auto;
	margin: 5%;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
} 
h2 {
	font-size: 11pt;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
}
#headershort {
	font-size: 11pt;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

a:link, a:visited {
	background: none;
	font-family: "Times New Roman", serif;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#body, #container, #header, #topcontent, #bottomcontent {
	background-image: none;
	}

img, #left-col,#footer ul, #slideshow, form {
	display: none;
}

#footer {
	padding-top: 60px;
}