@import url(menu.css);


body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	color: black;
	padding: 0;
	margin: 0 auto;
	width: 800px;
	height: 100%;

}
h1,h2,h3,h4,h5,h6 {
	font: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	color: #0000ac;
}
#box {
	height: 100%;
}
#pane {
	background: white;
	overflow: hidden;
}

#content > h1 {
	margin: -0px 0 10px 0;
	padding:0;

	font-size: 50px;
	opacity: .7;
}
#content > label {
	font-weight: bold;
	font-size: 14px;
}
h2 {
	margin: 1em 0 0 0;
	font-size: 130%;
	opacity: .6;
}

a.link,
a,
a.active {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

