/* This style sheet is selected by the user from the web browser menu, and should not be used by default. */
body {
	background: white;
	color: black;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 100%;
}

/* Dividing up content */
#supnav, #main, #subnav, #content, #action, #disclaimer {
	border-top: solid 0.2em #CCCCE0;
}

iframe {
	width: 100%;
}

/* General rules */
a img { border: none;}
a:hover { background: #006; color: white; }
.print, .clear { display: none;}