/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333;
	line-height: 140%;
	background-color: white;
	margin: 20px;
}

h1 {
	font-size: 16pt;
	font-weight:bold;
	color: #012743;
	margin: 20px 0px;
	padding-bottom: 3px;
	border-bottom: 2px #012743 solid;
}

h3 {
 	font-size: 12pt;
	font-weight: bold;
	color: #ccc;
	margin: 10px 0px;
}

td img {
	display: block;
}

#content {
	background-image:url(images/content-bg.jpg);
	background-repeat:no-repeat;
	padding: 20px;
	overflow: auto;
	width: 564px;
	height: 477px;
}
