.page {
	background-color: #FFFFFF;
	width: 75%;
	min-height: 100%;
	text-align: justify;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
.caption {
	font-size: x-small;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.bg {
	background-color: #CCCCCC;
	text-align: center;
	height: 100%;
	background-image: url(bg.png);
	background-repeat: repeat;
	background-position: 25px 25px;
}

html, body {
height: 100%;
} 
.indent {
	margin-left: 35px;
	font-family: "Courier New", Courier, monospace;
}

.inlineimage {
	margin: 15px;
	float: right;
}
.downloadedbutton {
	background-color: #FFCC66;
	text-align: center;
	width: 225px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: 50%;
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	background-image: url(newbutton.png);
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin: 15px;
}
.tableheader {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-size: small;
}
