body {
	top: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 9pt;
	color: #666666;
}

a:link, a:active, a:visited {
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-decoration: none;
}

a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
}

h1 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 90%;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	padding-left: 5px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #666666;
}

.container {
	width: 500px;
	padding: 0px;
}

.header {
	width: 500px;
	height: 250px;
	margin: 0px;
	padding: 0px;
}

.content {
	width: 498px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
