@charset "UTF-8";
#topNavigation, #leftNavigation, #footer, .noprint {display: none;}

body {
	background: white;
}
#header {
	width: 100%;
}
#mainContent {
	width: 640px;
	margin-top: 20px;
	margin-left: 20px;
	background-image: none;
	background: transparent;
}
#rightContent {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background-image: none;
	background: transparent;
}
#rightContent h1 {
	font-size: 24pt;
	line-height: 28pt;
	font-weight: normal;
	color: #000;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightContent h2 {
	font-size: 24pt;
	line-height: 28pt;
	font-weight: normal;
	color: 000;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightContent h3 {
	font-size: 16pt;
	line-height: 18pt;
	font-weight: normal;
	color: #000;
	margin: 0px;
}
#rightContent p {
	font-size: 12pt;
	line-height: 21pt;
	color: #000;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#rightContent p.subhead {
	font-weight: bold;
	color: #6E8640;
	margin: 0px;
}
#rightContent table {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#rightContent table tr td {
	font-size: 12pt;
	line-height: 21pt;
}
#rightContent a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#rightContent, #rightContent table {width: 100%; float: none !important;}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}