body {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

p {
	margin: 1em 4em 2em 4em;
	color: #ccc;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a:link {
	color: #699;
	text-decoration: underline;
}

a:hover {
	color: #6cc;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: underline;
}

td {
	color: #ccc;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

h5 {
	margin: 0 2em 1em 2em;
	border-bottom: 1px solid #699;
	font-family: Arial, sans-serif;
	font-size: 21px;
	color: #699;
}

.small {
	color: #ccc;
	font-family: Arial, sans-serif;
	font-size: 9px;
}

.smallbold {
	color: #ccc;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	font-style: italic;
}

.medium {
	color: #ccc;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}

.large {
	color: #ccc;
	margin-top: 1em;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
.expanded {
	color: #ccc;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}