@charset "utf-8";

body {
	margin: 5 0 0 0;
	background-color:#DBC7B9;
	text-align: left;
	vertical-align: top;
	font-family: sans-serif;
	font-size: 14px;
	color: black;
}

#maintable {
	width: 800px;
	height: 100%;
	float: none;	
}

#hormenu {
	text-align:right;
	border: 1px;
	border-top:dashed #000000;
	border-bottom: dashed #000000;
	font-size: 18px;
}

#vermenu {
	vertical-align: top;
	width: 115px;
	background-color: #e1cbcb;
}

#vermenu #intable {
	padding: 3px;
	margin: 3px;
	width: 100%;
	}

#content {
	color: #2F1E51;
	width:633px;
	vertical-align:top;
	background-color: #f0e4e4;
	padding: 5px 5px 5px 5px;
}

#footer {
	text-align:center;
	font-size: 10px;
	}
	

h1 {
	color: #000000;
	font-size: 25px;
	}
	
h2
{
	font-style: italic;
	text-decoration: underline;
	font-size: 17px;
}
/* CSS Document */
