.color_beige {
	color: #FFFFCC;
}
a {
	color: #FFFF66;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	line-height: normal;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	text-decoration: underline;
}
h3 {
	color: #FFFFFF;
	font-size: large;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}
.small {
	font-size: x-small;
}
.table_noborder {
	border: none;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: normal;
	font-style: italic;
}
table {
	border: thin solid #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
.body_bluebg {
	background-color: #000066;
}
.larger {
	font-size: medium;
}
.rot {
	color: #FF0000;
}
.gelb {
	color: #FFFF00;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.link {
	color: #FFFF66;
}
.centered_text {
	text-align: center;
}
.justified_text {
	text-align: justify;
}
.right_text {
	text-align: right;
}
.main_table {
	border: none;
	width: 100%;
}
hr {
	width: 100%;
	padding-right: 4px;
	padding-left: 4px;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFF00;
}
.left_text {
	text-align: left;
}
