#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x; text-align: center }
#banner a { color: white; }
fieldset { padding: 8px; }
legend { font-weight: bold; }



.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	text-align:left;
}
.basic ul {
	margin-top:0px;
	margin-bottom:0px;
	font-size: 12px;
	padding-right: 10px;
}

.basic li {
	font-size: 12px;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: fff;
	background-color: #b71f24;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}
.basic a:hover {
	background-color: #c6282e;
	color:#999;
}
.basic a.selected {
	color: #ccc;
	background-color: #c6282e;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
.head {color:#c6282e;}
#doc {font-weight:bold; text-decoration:underline; color:#999; background-color:fff; }
#doc a {font-weight:bold; text-decoration:underline; color:#999; border-bottom: none; text-align:left; }