body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 120%;
	vertical-align: top;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 150%;
	margin-top: 3px;
	margin-bottom: 3px;
}
h2 {
	font-size: 135%;
	margin-top: 2px;
	margin-bottom: 2px;
}
h3 {
	font-size: 120%;
	margin-top: 1px;
	margin-bottom: 1px;
}
h4 {
	font-size: 105%;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 2px;
	margin-bottom: 7px;
}

.larger {
	font-size: 130%;
	font-weight: bold;
}

.smaller {
	font-size: 70%;
}

.half {
	font-size: 50%;
}

.redquote {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

.redbold {
	font-weight: bold;
	color: #FF0000;
}	