	body {
		font-size: smaller;
		font-family: Arial,Helvetica,sans-serif;
	}
	#header {
		display: none;
	}
	#main {
	}
	a {
		font-weight: bold;
		color: #000000;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: underline;
	}
	img {
		border: 0;
	}
	#menutop {
		float: left;
		width: 760px;
		line-height: 45px;
		text-align: center;
	}
	#menu {
		display: none;
	}
	#menu p {
	}
	#menu a {
	}
	#menu a:hover {
	}
	#content {
	}
	#pagetitle {
		margin-bottom: 1em;
		border: 1px solid #000000;
		padding: 4px;
		text-align: right;
		font-weight: bold;
	}
	#footer {
		display: none;
	}
	.bg1 {
		background-color: #ccffcc;
	}
	.bdr1 {
		border: 1px solid #000000; 
	}
	#container {
		margin-bottom: 1em;
		border: 1px solid #000000;
	}
	#container #containertop {
		padding: 5px;
		font-weight: bold;
		background-color: #eaeaea;
	}
	#container #containermain {
		padding: 5px;
	}
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.2em;
	}
	form {
		margin: 0;
	}
	#tablebdr table {
		border-collapse: collapse;
	}
	#tablebdr td {
		border: 1px solid black;
	}
