p, li {
		font-size: 13px;
		}
h1 {
	color: #950000;
	margin-bottom: 0;
	padding: 0;
}
h2 {
	font-size: 1.2em;
	color: #003399;
	margin-bottom: 0;
	padding: 0;
}
h3 {
	font-size: 1.1em;
	color: #950000;
	margin-bottom: 0;
	padding: 0;
}
		
#menu a {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0 10px 0 17px;
	background-image:url(images/buttonup.png);
	background-position: 3px 13px;
	background-repeat:no-repeat;
	text-decoration:none;
	border-left: solid 1px #999;
	line-height: 35px;
	height: 35px;
}
#menu #first {
		border: none;
		}
#menu a:hover {
		background-image:url(images/buttondown.png);
		}
#menu {
		height: 35px;
		background-image:url(images/menubackground.png);
		background-repeat:repeat-x;
		margin: 0 0 10px 0;
		padding: 0;
		}
#menu li {
		display: inline;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		height: 35px;
		}
#menu ul {
		margin: 0;
		padding: 0 0 0 0;
		height: 35px;
		}
#content {
	padding: 10px;
}
.table {
	font-size: 12px;
}
.table td {
	padding: 0 10px;
}
blockquote {
	font-size: 11px;
	font-style: italic;
}
.red {
	font-weight: bold;
	color: #950000;
}
