body {
	font-family: arial; 
	font-size: 12px; 
	background-color: orange
}
td, span, input, select {
	font-family: arial; 
	font-size: 11px;
}
h1 {
	font-family: arial; 
	font-size: 18px; 
	font-weight: bold; 
	margin: 0; 
	display: inline;
}
h2,h3,h4 {
	font-family: arial; 
	font-size: 15px; 
	font-weight: bold; 
	margin: 0; 
	display: inline;
}
a {
	font-family: arial; 
	font-size: 11px; 
	color: blue
}
.borderTable { 
	border: 1px black solid;
}
.small {
	font-family: arial; 
	font-size: 5px;
}
.note {
	font-family: arial; 
	font-size: 10px;
}
.caption {
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}
a:hover {
	color: blue;
}
hr {
	color: black; 
}
div.main {
	padding: 20px;
	width: 700px;
	border: 1px black solid;
	background-color: white;
	margin:0 auto;
}
div.pageTitle {
	color: blue;
	font-size: 16px;
	height: 30px;
	width: 50%;
	font-weight: bold;
	border-bottom: 1px blue solid;
	margin-bottom: 5px;
	float: left;
}
div.menu {
	color: blue;
	font-size: 16px;
	height: 30px;
	width: 50%;
	font-weight: bold;
	border-bottom: 1px blue solid;
	margin-bottom: 5px;
	float: right;
	text-align: right;
}
div.message {
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	color: red;
	font-weight: bold;
}
select {
	border: 1px silver solid;
	height: 20px;
	font-size: 12px;
	width: 150px;
}
input.textInput {
	border: 1px silver solid;
	height: 20px;
	font-size: 12px;
	width: 150px;
}
input.large {
	width: 450px;
}
input.menuButton {
	font-size: 12px;
	padding: 5px;
	margin: 5px;
	width: 170px;
}
