body {
	background-image: url(images/backdrop.jpg);
	background-position: center top;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #455068;
}
.header {
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 11px;
	padding-top: 2px;
	height: 15px;
}
.content {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
a {
	color: #900000;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.linkholder {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.linkholder a {
	color: #900000;
	height: 20px;
}
.linkholder a:link {
	text-decoration: none;
}
.linkholder a:active {
	text-decoration: none;
}
.linkholder a:visited {
	text-decoration: none;
}
.linkholder a:hover {
	text-decoration: underline;
}

.dat_text {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	color: #000000;
}
.dat_text a {
	color: #000000;
	height: 20px;
}
.dat_text a:link {
	text-decoration: none;
	color: #000000;
}
.dat_text a:active {
	text-decoration: none;
	color: #000000;
}
.dat_text a:visited {
	text-decoration: none;
	color: #000000;
}
.dat_text a:hover {
	text-decoration: underline;
	color: #000000;
}

.szolo_text {
	width: 100%;
	margin-top: 3px;
	margin-left: 5px;
	margin-bottom: 3px;
	color: #000000;
}
.szolo_text a {
	color: #000000;
	height: 20px;
}
.szolo_text a:link {
	text-decoration: none;
	color: #000000;
}
.szolo_text a:active {
	text-decoration: none;
	color: #000000;
}
.szolo_text a:visited {
	text-decoration: none;
	color: #000000;
}
.szolo_text a:hover {
	text-decoration: underline;
	color: #000000;
}

.menubg{
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-color: #e3e3e3;
	color: Black;
}