 /* Main CSS document */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #4d4b80;
}

#copyright {
	position: absolute;
	bottom: -25px;
	font-size: 7pt;
	color: #ffffff;
	margin-left: 200px;
}

h2 {
	font-size: 14pt;
	color: #000065;
	margin-bottom: 5px;
}

.box {
	width: 190px;
	font-size: 9pt;
	border: 1px solid #999;
	margin-bottom: 15px;
}

.box_header {
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	background: #000080;
	width: auto;
	height: 20px;
	border-bottom: 1px solid #999;
	padding: 2px 1px 2px 4px;
}

.box p {
	padding: 2px 1px 2px 4px;
	line-height: 1.2em;
}


