.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.sideline {
	background-color: #000000;
}
.sidelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 650px;
}
.footerline {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
.footer {
	text-align: center;
}
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 130px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
.orderform {
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 5px;
}
ul {
	list-style-type: none;
	padding: 5px;
}
li {
	padding: 3px;
	margin: 3px;
	width: 45%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.orderform input {
	width: 85%;
}
.orderleft {
	float: left;
	clear: left;
}
.orderright {
	float: right;
	clear: right;
}
.orderform textarea {
	height: 100px;
	width: 85%;
}

