@charset "utf-8";
/* CSS Document */
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #82CCCB;
}
#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #009999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	
}
p, h2 {
	padding-left: 15px;
	padding-right: 15px;
}

table {
	font-size: 90%;
}
#header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #009899;
	width: 1024px;
	text-align: center;
}
#footer {
	border-top: thin solid #009899;
	text-align:center;
	font-style: italic;
	font-size: 90%;
	color: #099;
}
td.DataA {
	background:#FFFFFF;
	color:#000000
}
td.DataB{
	color:#FFFFFF;
	background-color: #009899;
}
a {
	text-decoration: underline;
	color:#009899;
}
td.DataA a {
	color: #000000;
	border-bottom: 1px dashed;
	text-decoration: none;
}
td.DataB a {
	color: #FFFFFF;
	border-bottom: 1px dashed;
	text-decoration: none;
}
.fltrt {
	padding: 3px;
	float: right;
}
.fltlt {
	padding: 3px;
	float: left;
}
#clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	

	#main {
	margin: 20px;
}
#main h2 {
	text-align: center;
}
#note {
	font-style: italic;
	font-weight: bold;
	width: 600px;
	margin-left: 85px;
	border: 3px dotted;
}
