body {
	background-color: #EFEFEF;
	margin: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	color: #C60000;
}
a {
	text-decoration: underline;
	color: #C60000;
}
a:link {
	text-decoration:underline;
	color: #C60000;
}
a:visited {
	text-decoration:underline;
	color: #C60000;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}

a.cleanlink {
	text-decoration: none;
	color: #C60000;
}
a.cleanlink:link {
	text-decoration:none;
	color: #C60000;
}
a.cleanlink:visited {
	text-decoration:none;
	color: #C60000;
}
a.cleanlink:hover {
	text-decoration:none;
	color: #000000;
}

a.menu {
	text-decoration: none;
	color: #C60000;
}
a.menu:link {
	text-decoration:none;
	color: #C60000;
}
a.menu:visited {
	text-decoration:none;
	color: #C60000;
}
a.menu:hover {
	text-decoration:none;
	color: #C60000;
}

a.gblink {
	text-decoration: underline;
	color: #C60000;
}
a.gblink:link {
	text-decoration:underline;
	color: #C60000;
}
a.gblink:visited {
	text-decoration:underline;
	color: #C60000;
}
a.gblink:hover {
	text-decoration:underline;
	color: #000000;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
}
.subheadline {
	font-weight: bold;
	color: #C60000;
	line-height: 16px;
}
.text {
	line-height: 14px;
}
.small {
	font-size: 10px;
}
.textred {
	line-height: 14px;
	color: #C60000;
}
.subheadlineblack {

	font-weight: bold;
	color: #000000;
	line-height: 16px;
}
input {
	border: 1px solid #111111;
}
textarea {
	border: 1px solid #111111;
}
.button {
	border: 1px solid #111111;
	background-color: #EEEEEE;
}