html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:98%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: .9em verdana;
	color:#ccc;
	background-color: #333;
}

a {
	text-decoration: none;
}

a:link { color: white;}
a:visited { color: whitesmoke; }
a:hover { color: #930; }
a:active { color: purple; }

h4 {
	font-size: 1em;
	font-weight:normal;	
	padding:0px 5px 1px 5px;
	margin:0px 5px 1px 5px;
	border: 0;
}

h2,h3 {
	font-size: 1em;
	padding:10px 5px 1px 5px;
	margin:0px 5px 1px 5px;
	border: 0;
}


#page_head {
	position:absolute;
	height:55;
	left:1%;
	top:1%;
	width:98%;
	font:Georgia, "Times New Roman", Times, serif;
	z-index:16;
}


.pane_header {
	background-color: #706762;
	border-bottom:#ccc solid 1px;
	color:#fff;
	top:0px;
}



#cookietrail {
	font-size: small;
}

#cookietrail > a {
	text-decoration: none;
	color: #ccc9c6;
}

#cookietrail > a:hover {
	text-decoration: underline;
}

div#choose {
	border:#ffffff solid 1px;;
	left:0px;
	height:25px;
	padding:2px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	background-color:#656f77;
	overflow:hidden;
	color:#FFFFFF;
}
