/* body text styles */

a:link, a:visited {
	color: #663333;
	text-decoration: none
}

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

.bodytext {
	padding: 320px 34px 20px 256px;
	background-image: url(/images/conversations/back_bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: 0px 240px;
	z-index: 5;
	font-family: Arial,Geneva,sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none
}

.bigpoem {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.bigpoem p {
	text-align: center;
}

.bigpoem a {
	font-size: 11px;
	text-align: center;
}

.headline {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}


.subheadline {
	font-size: 13px;
	color: #442222;
	font-weight: bold;
}


td {
	font-family: Arial,Geneva,sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none
}

.smallredtext {
	font-size: 10px;
	color: #f00000;
}

.bigredtext {
	font-size: 13px;
	color: #f00000;
	font-weight: bold;
}

div.rightfloat {
	float: right;
	margin-right: -15px;
	margin-left: 20px;
}
* html div.rightfloat {
	margin-right: -10px;
}


