body   {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 10px 20px;
	font-size: 80%;
}
a:link  {
	text-decoration: none;
	color: #0000DD;
}
a:hover  {
	text-decoration: underline;
	color: #0000FF;
}
a:active  {
text-decoration: underline;
}
a:visited   {
	text-decoration: none;
	color: #0000CC;
}
a:visited:hover {
	text-decoration: underline;
	color: #0000FF;
}
em  { 
	font-style: italic
}
strong {
	font-weight: bold;
}
ul     {
	margin: .5em 1em .8em 2em;
	list-style-type: disc;
	padding: 0em;
}
ol {
	margin: 0.5em 1em 0.8em 2em;
	padding: 0em;
	list-style-type: decimal;
}
ol.alpha {
	list-style-type: lower-alpha;
}
li     {
	list-style-position: outside;
	margin-right: 1em;
	margin-bottom: 0.5em;
	padding: 0em;
	font-size: 1em;
}

p  {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .85em;
	margin-left: 0em;
	padding: 0em;
	font-size: 1em;
}
sup   {
	vertical-align: super;
	font-size: .8em;
}
h2 {
	font-size: 1.2em;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	padding: 0.3em 0em;
	margin-top: 0.1em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
h3 {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1.15em;
	margin: 0px;
	color: #333333;
}
h4     {
	margin: 0em 0em 0.4em;
	font-weight: bold;
	padding: 0em;
	font-size: 1.1em;
}
h5  {
	color: #000000;
	margin: 0em 0em .1em;
	font-weight: normal;
	padding: 0em;
	font-size: 1.05em;
	font-style: italic;
}
h6 {
	font-size: 0.85em;
	font-weight: normal;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #999999;
	text-align: right;
	margin: 10px 0px 5px;
	padding: 5px 5px 0px 0px;
}
cite  {
	color: #000000;
	font-size: .95em;
	font-style: normal;
	font-weight: normal;
}
div {
	padding: 0px 0px 0px;
	margin: 0px;
}
div.fig {
	text-align: center;
}
div dfn{
	display: block !important;
	color: #333333;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px;	
}
div table {
	border: 1px solid #999999;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
div table tr th{
	color: #333333;
	background-color: #eeeeee;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	padding-left: 3px;
	text-align: left;
}
div table tr td{
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
}
div img{
	margin: 0px 0px 5px;
	padding: 0px;
}

div.box {
	line-height: 1.2em;
	padding: 12px 5px 15px 5px; 
	border: 3px double #999999;
	margin: 15px;
	display: table;
}
div.box h4{
	font-style: italic;
}

div#feature{
	margin: 0px;
	padding: 0px;
}


hr {
	border-top-style: dotted;
	border-top-color: #999999;
}
div.footnote{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
div.footnote p{
	font-size: .95em;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
div.footnote p sup{
	font-size: 1em;
	vertical-align: super;
}
#survey input.inputother {
	height: 14px;
	width: 250px;
	margin-left: 10px;
}
#survey select.inputselect {
	background-color: #FFFFFF;
	height: 14px;
	width: 150px;
	margin-left: 10px;
}
