/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, hr {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000;
}

a, a:visited {
	color: #496AB4;
	text-decoration: none;
}

#header {
	display:none;
}

#footer {
	font-size: 9pt;
}

#menu {
	display:none;
}

#column-left {
	display: none;
}

#column-right {
	display: none;
}

#wrapper {
	width: auto;
	text-align: left;
}

#body {
	width: auto;
}

#print-hide {
	display: none;
}

.headline1 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.headline2 {
	font-size: 14pt;
	margin-bottom: 10px;
}

.grad-green, .grad-gold, .grad-blue, .grad-grey {
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid silver;
}

.panel-cell {
	padding: 5px;
	border-bottom: 2px solid silver;
}

.image-right {
	float: right;
	margin: 0px 0px 5px 5px;
	border: 1px solid #555555;
}

.panel-pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 2px solid silver;
}

.hidden {
	display: none;
}

.image {
	border: 1px solid darkgray;
}