body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS',Verdana,Arial,Helvetica,Geneva,'DejaVu Sans',sans-serif;
	font-size: 98%; /* fixes IE font too big problems */
	/*Font size value for IE4/5 on Windows*/
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 100.01%; /* Prevents a bug in Opera and fixes IE font problems */
}
.clear {clear: both; margin: 0px; padding: 0px; width: auto; line-height: 10px;}

/* Footer */
#footer   {display: block; height: 1.9em; background: #1266cb; color: #e2e469; padding: 5px; margin-top: 20px;}
#footer-l {float: left; margin-left: 0.5em; font-size: 80%;}
#footer-l a {color: #e2e469; text-decoration: none;}
#footer-l a:hover, #footer-l a:focus, #footer-l a:active {color: #f00; text-decoration: none; background: transparent;}
#footer-r {width: auto; padding-left: 80%; text-align: right;}
#footer-r img {border-width: 0px;}
#footer-r a:hover, #footer-r a:focus, #footer-r a:active {background: transparent;}
#on-prt {display: none;}

/* Banner on normal pages */
#banner {
	display: block;
	font-weight: bold;
	color: #e2e469;
	background: #1266cb;
	border: none;
	padding: 5px 5px 5px 10px;
	line-height: 1.4em;
}
#banner a {
	color: #e2e469;
	text-decoration: none;
}
#banner a:hover, #banner a:focus, #banner a:active {
	background: #1266cb;
	color: #f00;
}
/* Banner for print material */
#banner-no-print {display: inline;}

/* General purpose formatting */
p {margin: 0px 0.8em 0.5em 10px;}
li {margin-bottom: 0.1em;}
li ul {margin-bottom: 0.6em;}
ul, ol {margin: 0.1em 0.8em 1em 0px; padding-left:2.2em;}
dl {margin-left: 10px;}
dd {margin-bottom: 0.5em; margin-top:0px; line-height:130%;}
dt {margin-bottom: 0.5em;}
h1, h2, h3, h4 {
	font-weight: bold;
	color: #1266cb;
	margin-left: 10px;
}
h1 {font-size: 218%;margin-top: 1.0em;}
h2 {font-size: 164%;margin-top: 1.0em;}
h3 {font-size: 118%;margin-top: 1.5em;}
h4 {font-size: 108%;margin-top: 1.3em;margin-bottom: 0.6em;}

/* reduce space between a h1 and the following h2 */
h1 + h2 {margin-top: 0}

pre {margin-left: 20px; font-family: "Courier New",Courier,Monaco,monospace;}
table {width: 98%; margin-left: 10px; border-color: #777;border-collapse: collapse;}
th {background-color: #bbb; text-align: center;}
acronym {border-bottom: 1px dotted #aaa; cursor: help;}
tt {font-size: 100%; font-family: "Courier New",Courier,Monaco,monospace;}

/* Reduce space after a p preceding a list */
p + ol {margin-bottom: 1em; margin-right: 0.8em; margin-top:-0.2em;}
p + ul {margin-bottom: 1em; margin-right: 0.8em; margin-top:-0.2em;}

/* Other styles used */
.subh1 {
	font-style: italic;
	font-size: 150%;
	margin-top: -1em;
	color: #1266cb;
	margin-left: 10px;
	margin-bottom: 0.5em;
}
.subh2 {
	font-style: italic;
	margin-top: -1.2em;
	color: #1266cb;
	margin-left: 10px;
	margin-bottom: 0.7em;
}
.subh3 {
	font-style: italic;
	font-size: 80%;
	margin-top: -1.2em;
	color: #1266cb;
	margin-left: 10px;
	margin-bottom: 0.5em;
}
dl.items {
	margin-top: -.5em;
}
dl.items dt {
	margin-top: 1.0em;
	font-weight: bold;
	font-style: italic;
}
.filler {margin:40px;} /* to create a big line spacing. Use as <p class="filler"></p> */

/* Survey table of products */
table.products {width: 95%; text-align: left; margin-left: 0.7em; border-collapse: collapse;}
td.c1 {width: 16em; vertical-align: top;}
td .url {font-size: 75%; margin-left: 10px;}
td .product {font-weight: bold; margin-left: 10px;}

/* Links */
a:hover, a:focus, a:active {background: #efef00; color: #f00;}
a.img:hover, a.img:focus, a.img:active {background: transparent;}

/* for Safari */
a.img img {border: 2px; border-color: #00f; border-style: solid}
a.img:hover img, a.img:focus img, a.img:active img {background: transparent; border: 2px; border-color: #f00; border-style: solid}
