/* Fixing Old Table Layout */
td {
	line-height: 0;
}

/* Styles */
.headline, h2 {
	font-family: Verdana, Geneva, Sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	color: #333333
	}
h2 {
	margin-top: 0;
}

.text {
	font-family: Verdana, Geneva, Sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333
	}
p {
	margin-top: 0;
}

.textbold, h3 {
	font-family: Verdana, Geneva, Sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-transform: none
	}
h3 {
	margin-bottom: 0;
}

a {
	color: #CC0066;
	text-decoration: none
	}

a:hover {
	color: #660033;
	}

.textboldrot {
	font-family: Verdana, Geneva, Sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #CC0066;
	text-transform: none
	}