table {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

.middlefont {
	font-size: 14px;
}
.imagecursor {
	cursor: hand;
}
.headline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	background-color: #3f3f3f;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.table_bg {
	background-repeat: repeat-y;
}
.table_bg {
	background-repeat: repeat-x;
}
.bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000033;
}
.bottom_line_solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
.table_border {
	border-width: 1px;
	border-style: solid;
	border-color: #000033;
}
.top_line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000033;
}
.tableborder_black {
	border: 1px solid #000000;
}
.smallfont {
	font-size: 11px;
}
.smallsmallfont {
	font-size: 9px;
}
.headline a {
	color: #FFFFFF;
}
a {
	color: #000033;
}
a:hover {
	color: #333333;
}
.whitefont {
	color: #FFFFFF;
}
input, textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
	background-color: #FFFFFF;
}
