body {
	font-family: verdana,arial,helvetica,sans-serif;
	/*background-color: #AA66FF;*/
	background-color: #EEEECC;*/
	/*background-color: #FFFFFF;*/
}

h1 {
	font-size: 20pt;
	font-weight: normal;
	margin-top: -10px;
	text-align: right;
}

.title {
}

a {
	color: #0000BB;
}

#maintable {
	background-color: white;
	border: 1px solid black;
}

#mainborder {
	border: 2px solid #808080;
}

.button {
	border-top: 1px solid black;
	font-size: 90%;
}

.button div {
	background-image: url('images/button.png');
	height: 27px;
	padding-left: 20px;
	padding-top: 5px;
	border-top: 1px solid #CCCCFF;
}

.button div:hover{
	background-image: url('images/button2.png');
	border-top: 1px solid #CCAAFF;
}

#leftcolumn {
}

#maintd {
	border-left: 1px solid black;
	border-top: 1px solid black;
	width: 800pt;
	background-color: white;
}

#main {
	padding: 20px;
}

#footnote {
	border-top: 1px solid black;
	font-size: small;
	padding: 5px;
	color: gray;
	text-align: center;
}

#key {
}