@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	padding:20px;
}

#homelink {
	font-size:18px;
	text-decoration:none;
}

a, a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#logo {
	font-size:15px;
	padding-bottom:20px;
}

.access, #headerspacer, #menu, #contentSupport, #leftnav, #rightCol, #footer,
#hpSearchLeft, #hpSearchRight, .scrollable {
	display:none;
}

h1 span {
	font-weight:bold;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
	padding:10px 0;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:6px 0;
	color:#000000;
}

h4 {
	font-weight:bold;
}

p {
	padding-bottom:10px;
}

#content ul {
	padding-left:10px;
	margin-left:10px;
}

#content li {
	list-style-type:disc;
}

.printFooter {
	text-align:right;
	width:100%;
	background:#fff;
	padding:5px;
}

table {
	margin:10px 0;
}

table td {
	padding:5px;
	/*border:1px solid grey;*/
	text-align:center;
}
