﻿body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: sans-serif;
}

#layout {
	width:720px;
	background-color: #FFFFFF;
	overflow: inherit;
	margin: 0px auto;
	position:relative;
}
#header {
	width:720px;
	background-color: #061034;
	height: 72px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#contents {
	width:660px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 30px;
	margin: 0px;
	height:auto;
	min-height:100px;/*800px;*/
}

#footer {
	width:700px;
	background-color: #FFFFFF;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	padding: 10px;
}
#footer h1,h4,p{
	font-size: 9pt;
	height: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #333333;
}
#layout #contents .annotation {
	font-size: 9pt;
}
