/* Press Release Formatting */
body, img, form {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
}
body, td, p {
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 17px;
	color: #050505;
	line-height: 21px;
	font-weight: 300;
}
.float_right {
	float: right;
}
h3 {
	font-size: 22px;
	color: #3b319c;
	font-weight: bold;
	text-align: center;
}
#page {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 10px 0 15px 0;
}
#head {
	padding: 0 0 35px 0;
}
#contact {
	font-style: italic;
	padding: 0 0 35px 0
}
#content p {
	text-indent: 32px;
	padding: 6px 0 0 0;
	font-wieght: bold;
}
.pad-top {
	margin-top: 15px;
}
a:link, a:visited {
	color: #505050;
	text-decoration: underline;
}
a:link:hover, a:visited:hover {
	color: #606060;
	text-decoration: underline;
}
.press_intro {
	font-family: "Trebuchet MS", "Lucida Sans", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3b319c;
	text-transform: uppercase;
}
.subtext {
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
}
.no_indent {
	text-indent: 0 !important;
}