body {
	background-color: #55757A;
	color: white;
	margin: 0;
	padding: 0;
}
body, div, td, input, select, textarea { font: 12px/17px Georgia, "Times New Roman", Times, serif; }
body#topFrame { background-color: #456267; }
a {
	color: #FFFBBC;
	text-decoration: none;
}
a:hover { background-color: #324A4E; }
img { border: 0; }
form { display: inline; }
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
input.text, select, textarea {
	background-color: #55757A !important;
	border-bottom: 1px solid #98B4B8;
	border-left: 1px solid #273A3D;
	border-right: 1px solid #98B4B8;
	border-top: 1px solid #273A3D;
	color: white;
	font: 11px Georgia, "Times New Roman", Times, serif;
	padding: 2px 0px 2px 5px;
}
input.text { width: 130px; }
textarea {
	height: 80px;
	width: 250px;
}
div.right { float: right; }
div.clear { clear: both; }
span.smallText { font-size: 10px; }
