body {
	background-color: #FFF;
	margin: 0;
	padding: 10px 0 0 0;
	font: normal 70% Verdana, Helvetica, sans-serif;
	color: #000000;;
}


h1 {
	background-color: #e8e8e8;
	display: block;
	font-size: 11px;
	text-align: left;
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	padding: 5px 10px;
	margin: 0;	
}

h2 {
	font-size: 15px;
}

#header {
	height: 90px;
	width: 620px;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
}
#logo {
	width: 200px;
	float: left;
}
#title {
	float: right;
}

#main, #menu {
	width: 620px;
	border: 1px solid #333;
	border-top: 0;
	border-bottom: 0;
}

#main {
	text-align: center;
	height: auto;
	min-height: 400px;
	_height: 400px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #333;
}

#mainterms {
	text-align: left;
}

#mainterms p {
	margin: 2em;
}

.bold {
	font-weight: bold;
}

.italic {font-style: italic;}

#numbers{float: right;
	font-size: 11px;
	position: relative;
	top: 10px;
	text-align: right;
	margin-right: 10px;}
#logo{
	position: relative;
	top: 25px;
	left: 10px;}
	
.normal {
	font-size: 11px;
	font-weight: normal;
	}


