body {
	margin: 0px;
	padding: 0px;
	background-image: url(../gfx/startback.jpg);
	background-repeat: no-repeat;
}
a {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #ECD0BB;
	text-decoration: underline;
}
.headlineinitial {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #ECD0BB;
	font-style: italic;
	float: left;
	clear: left;
	margin-right: -10px;
	padding-right: -10px;
	display: inline;
}
.fliesstext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ECD0BB;
}
.fliesstextcapitals {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ECD0BB;
	font-weight: bold;
	font-variant: small-caps;
}

/* added by GS */
td, tr, ul, ol, p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ECD0BB;
}

.editlink {
	color: black;
	text-decoration: underline;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

.capitals {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 6px;
	margin-bottom: 10px;
}

input, select {
	border: 1px solid #fff;
}

.xl {
	width: 130px;
}

.xxl {
	width: 205px;
}

.l {
	width: 70px;
}

