td {
	font-size: 62.5%;
}

.content_cell {
	font-size: 62.5%;
}

.content_text {
	font-family: Arial, Sans Serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 10px 0px;
}

.large_content_text {
	font-family: Arial, Sans Serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 10px 0px;
}

p {
	margin: 20px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
}

p.extramargin {
	margin: 20px 50px 20px 50px;
	padding: 0px 20px 0px 20px;
}

p.extramargin_rightalign {
	text-align: right;
	margin: 20px 50px 20px 50px;
	padding: 0px 20px 0px 20px;
}

p.nomargin_rightalign {
	text-align: right;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

.extra_right_margin {
	margin-right: 20px;
}

.quote_text {
	font-family: Verdana, sans serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #CC0000;
}

.red {
	color: #CC0000;
}

.blue {
	color: #2222CC;
}

.purple {
	color: #AA00AA;
}

a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: 0px;
}

img.bordered {
	border: 1px solid #000000;
}

img.large_margin {
	margin: 20px;
}

img.dash_top_bottom {
	padding: 10px;
	border-top: 1px dashed #CC0000;
	border-bottom: 1px dashed #CC0000;
}

.footer_text {
	font-family: Arial, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-right: 20px;
}

a.nav_footer_link {
	color: #CC0000;
	text-decoration: underline;
}

a.nav_footer_link:hover {
	color: #000000;
	text-decoration: underline;
}

a.footer_link {
	color: #000000;
	text-decoration: underline;
}

a.footer_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.picture_caption_text {
	font-family: Arial, sans serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin: 5px;
	text-align: left;
}

li {
	margin: 10px 0px 10px 20px;
	list-style-position: outside;
}

ol {
	margin-left: 10px;
	padding-left: 0px;
}

ol.li {
	margin: 0px 0px 0px 10px;
}