@charset "iso-8859-7";
.menu {
	font-family: Tahoma;
	font-size: 13px;
	color: #A80000;
	text-decoration: none;
	font-weight: bold;
}
.bg {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a.menu:hover {
	color: #4C88C6;
}
.watermark {
	background-attachment: scroll;
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #dddddd;
}
.tableBorder {
	border: 1px solid #A80000;
}

.text {
	font-family: Tahoma;
	font-size: 13px;
	color: #1E3072;
	text-decoration: none;
	line-height: 20px;
}
.title {
	font-family: Tahoma;
	font-size: 20px;
	color: #4D89C5;
	text-decoration: none;
	line-height: 20px;
}
