/* body text styles */

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

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

.bodytext {
	padding: 320px 34px 20px 256px;
	background-image: url(/images/about/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
}


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


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


.vigsubheadline {
	font-size: 15px;
	color: #224444;
	font-weight: bold;
}


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

.bigpoem p {
	text-align: center;
}

ul {
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 0px 40px;
}

li {
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px 0px;
}

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

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


#forwardbox {
	position: absolute;
	left: 80px;
	top: 280px;
	width: 600px;
	background-color: #fffff0;
	padding: 20px;
	z-index: 1000;
	visibility: hidden;
}

#forwardbox .forwardtext {
	font-family: Arial,Geneva,sans-serif;
	font-size: 20px;
	color: #400000;
	font-weight: bold;
}


