@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #626262;
	font-family: Tahoma;
	font-size: small;
}
a:link {
	text-decoration: none;
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	font-family: Tahoma;
	font-size: small;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-family: Tahoma;
	font-size: small;
}
a:active {
	text-decoration: none;
	font-family: Tahoma;
	font-size: small;
	color: #CC0000;
}
.MenuBanner {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
}
.MenuFooter {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
}

.TextTitle {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.TextBigTitle {
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.TextDetails {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}

.TableBorder {
	font-family: Tahoma;
	border: 1px solid #000000;
}

