body 	{ 
	margin: 10px; 
	color: black; 
	font-family:  verdana, geneva, arial, sans-serif; 
	font-size: 9pt;
	width: 200mm;
	padding-left: 20pt;
	}

p, li {
	margin-left: 20pt;
}

img {
	border: 0;
}

a { 
	text-decoration: none;
	color: #5f5f5f;
	font-weight: bolder;
}

a:visited { 
	text-decoration: none;
}

a:HOVER{ 
	text-decoration: underline;
}

h1 { font-size: 18pt; text-align: center}
h2 { font-size: 12pt; }
h3 { font-size: 11pt; }
h4 { font-size: 10pt; }

.title {
	text-align: center; 
	font-size: 20pt; 
	margin-top: 5pt; 
	font-weight: bold; 
	color: #5f5f5f;
}

.byline {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}	

.footer {
	font-size: 7pt; 
	border-top: thin solid black;
	padding: 0 0 0 0;
	margin-top: 10;
}
	
.menuItem {
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
	font-style: normal;
	padding: 0 4 0 1;
}

.inputForm label {
	/* display: block; */
	font-size: 9pt;
}

.inputForm * {
	font-size: 8pt;
}

#numberRadioChoice label { display: inline !important; }

.inputForm label.non {
	display: inline !important;
}

.inputFormTable td {
	vertical-align: top;
	padding: 10px;
}

.message, .feedbackPanelERROR, .feedbackPanelINFO {
	margin: 0pt 4pt 4pt 4pt; 
	border: 0pt solid #aaa; 
	color: red;
	width: 200mm; 
	height: 2em;
	overflow: hidden; 	
}

