body   {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 10px 20px;
	font-size: 80%;
}
a:link  {
	text-decoration: none;
	color: #0000CC;
}
a:hover  { text-decoration: underline; }
a:active  { text-decoration: underline; }
a:visited   {
	text-decoration: none;
	color: #555555;
}
a:visited:hover { text-decoration: underline; }
form {
	margin: 0px;
	padding: 0px;
}
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;
}
blockquote           {
	font-style: normal;
	font-weight: normal;
	line-height: 1.1em;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.formbox {
	border: 1px solid #3399CC;
	padding: 10px;
	text-align: center;
}

.banner {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #999999;
}
ol {
	list-style-type: decimal;
}
.header {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin: 0px;
	padding: 0px;
}
p.summary {
	font-style: italic;
	color: #222222;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.85em;
	margin-left: 0em;
	font-size: 1.1em;
}
h3.summary {
	color: #000000;
	margin: 1em 0em 0em;
	padding: 0px;
	font-style: normal;
}
h3.summary img{
	margin: 2px 7px 5px 0px;
	padding: 0px;
}
div {
	padding: 0px 0px 10px;
	margin: 0px;
}
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 th.acenter{
	text-align: center;
}
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;
}
.credit {
	font-size: .9em;
	line-height: 14px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #999999;
	padding: 7px;
}
.credit table{
border:0px;
}
div.box {
	line-height: 1.2em;
	padding: 12px 15px 5px;
	border: 3px double #999999;
	margin: 15px;
	display: table;
}
div.box h4{
	font-style: italic;
}
table#featuretop tr td{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
table#featuretop tr td img.banner{
	margin: 4px;
	padding: 0px;
	border: 1px solid #333333;
}

div#feature{
	margin: 0px;
	padding: 0px;
}


hr {
	border-top-style: dotted;
	border-top-color: #999999;
}
table#poll {
	margin: 0px;
	padding: 0px;
	border: none;
}
table#poll div{
	border: 1px solid #999999;
	font-style: normal;
	font-weight: normal;
	padding: 10px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 25px;
}
table#poll textarea{
	width: 200px;
}
table#poll label{
	font-style: normal;
	font-weight: normal;
}
table#poll h4{
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #888888;
	padding: 4px 4px 4px 10px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 25px;
}
div#feature table.noborder, div#feature table.noborder table{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#feature tr.question td{
	font-weight: bold;
	vertical-align: top;
	margin: 0px;
	padding: 10px 10px 2px;
}
div#feature tr.input td{
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	padding: 2px 10px 3px;
}
div#feature tr.question td em{
	font-weight: normal;
	font-style: italic;
}
div#feature tr.input input.text{
	width: 300px;
}
div#feature input#submit{
	font-size: 1em;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
div#feature div#message{
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}
li img{
	margin: 3px 5px 3px 0px;
	padding: 0px;
}
img.photo{
	margin: 3px 5px 3px 0px;
	padding: 0px;
}
div#feature a, table#toc a{
	text-decoration: underline;
}
div#feature table#survey{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
div#feature table#survey table{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
div#feature table#survey tr td h5 {
	font-size: 1.3em;
	margin: 0px;
	padding: 15px 0px 0px;
}
div#feature table#survey th{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding-top: 7px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
}

div#feature table#survey tr th.surveysub{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
}
div#feature table#survey td{
	font-size: 1em;
	margin: 0px;
	padding: 3px 0px 10px;
}
div#feature table#survey td table td{
	margin: 0px;
	padding: 1px;
}
div#feature table#survey select{
	font-weight: normal;
	width: 250px;
	font-size: 11px;
}
div#feature table#survey select.s100{
	font-weight: normal;
	width: 100px;
}
div#feature table#survey select.s150{
	font-weight: normal;
	width: 100px;
	font-size: 11px;
}
div#feature table#survey input.text, div#feature table#survey textarea{
	font-weight: normal;
	width: 450px;
}
div#feature table#survey input.text200{
	font-weight: normal;
	width: 200px;
}
div#feature table#survey th em{
	font-weight: normal;
	font-style: italic;
	font-size: .95em;
}
div#feature table#survey th h4{
	font-weight: bold;
	font-size: 1em;
	color: #333333;
	margin-top: 5px;
}
table#focus{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table#emailsend, table#toc, table#special {
	margin: 0px 2px 10px 15px;
	padding: 0px;
}
table#emailsend td, table#toc td, table#special td{
	padding: 5px;
}
table#emailsend td, table#special td{
	background-color: #DBE5F4;
}
table#toc td{
	background-color: #EEEEEE;
	padding-bottom: 10px;
}
table#toc table td{
	margin: 0px;
	padding: 4px 5px 2px;
	font-size: .9em;
}
table#focus h4{
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px 0px 8px;
	padding: 2px 0px 2px 3px;
	font-size: .95ems;
	font-size: 0.9em;
	text-transform: uppercase;
}
table#emailsend h4, table#special h4{
	background-color: #93AACD;
}
table#toc h4{
	background-color: #777777;
}
table#focus input.submit{
	border: 1px solid #999999;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 5px;
}
table#focus input.text{
	border: 1px solid #999999;
	margin-bottom: 0px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	height: 18px;
	padding: 2px;
}
table#focus textarea{
	border: 1px solid #999999;
	margin-bottom: 0px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	height: 85px;
	padding: 2px;
}
table#focus p{
	font-size: .9em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

span#featurepart{
	font-weight: normal;
}
table#featuretoc{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table#featuretoc td{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
table#featuretoc td strong{
	font-size: 1em;
}
table#featuretoc td img{
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
}

table#wpdetail td{
	border: 1px solid #999999;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
table#language a{
	font-size: 0.9em;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
table#language a img{
	border: 1px solid #666666;
}
div#privacy{
	font-size: 14px;
	margin: 20px;
	padding: 10px;
	width: 400px;
	border: 1px solid #CC0000;
}
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;
}

