/* CSS Document */

body {
		height: 100%;
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-family:  Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
		color: #000;
}
	
title {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.header {
	font-family: American Typewriter, Courier New, Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #330000;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}
	
	a {
		color: #006600;
		text-decoration:underline;
}
	
	a:hover {
	text-decoration:none;
	color: #006600;
}


th {
	color:#FFFFFF;
	background-color: #A7A86F;
	padding:2px;
}
hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	width: 50%;
	height: 2px;
	margin: 10px auto 0 0;
}

#content {
	position: relative;
	left: 50px;
	top: 58px;
	width:698px;
	overflow:auto;
	height:480px;
	float:left;
	text-align:left;
	padding:5px;
}
.messages {
	color:#990000;
}