html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
}
h1, h2,p {
	font-size: 100%;
	color: #FFFFFF;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
	z-index: 1000;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

#header {
	background-color: #BBBBBB;
	width: 100%;
	font-size: 60%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}
#flash {
	text-align: center;
	height: 90%;
	vertical-align: bottom;
}
canvas {
	position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 100%;
max-width: 550px;
max-height: 400px;
}
#flashns {
	background-color: #FFFFFF;
	text-align: center;
	height: 94%;
}

span {
	margin-right: auto;
	margin-left: auto;
}
#company {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
#company table {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	color: #666666;
	line-height: 140%;
}
#company th {
	text-align: center;
	white-space: nowrap;
	background-image: url(../images/bg_table.gif);
	background-repeat: repeat-x;
	background-position: left top;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	background-color: #F7F8F9;
}
#company td {
	text-align: left;
	vertical-align: top;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#company td.bdot {
	border-bottom-style: dotted;
	border-top-style: none;
}
.flashmail {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 500;
}
#footer {
	font-size: 60%;
	font-style: normal;
	color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 7px;
	padding-bottom: 5px;
	height: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #F0F0F0;
}
#footer a {
	color: #999999;
}
#footer .left {
	float: left;
	z-index: 750;
	margin-left: 10px;
}
address {
	font-style: normal;
	float: right;
	margin-right: 10px;
}
