p, form, td{
	font-family: Arial;
	font-size: 11px;
}

p{
	margin-top: 2px;
	margin-bottom: 8px;
}

h1{
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-family: Courier;
	font-size: 20px;
	color: #CC6600;
}

h2{
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-family: Courier;
	font-size: 14px;
	color: #CC6600;
}

a{
	color: #000000;
}

#sidemenu{
	position: relative;
	padding: 1px;
	font-size: 12px;
}

#sidemenu li{
	position: relative;
	list-style: none;
	width: 150px;
	padding: 7px;
	margin-top: 3px;
	background: #CC6600;
	font-family: Courier;
	text-decoration: none;
}

#sidemenu li:hover{
	font-weight: bold;
	background: #FF9900;
}

#sidemenu a{
	color: #ffffff;
	text-decoration: none;
}

input{
	background: #FF9900;
	border: 0px solid #000000;
	font-family: Courier;
	font-size: 11px;
}


#left{
	position: relative;
	float: left;
	width: 570px;	
}

#right{
	position: relative;
	float: left;
	margin-left: 20px;
	width: 170px;
}

#bottom{
	position: relative;
	clear: both;
	width: 760px;
	padding: 2px;
	background: #CC6600;
	color: #ffffff;
	font-family: Courier;
	font-size: 11px;
	margin-top: 10px;
}

thead, th{
	color: #ffffff;
	background: #CC6600;
	padding: 2px;
	font-weight: bold;
}
