.TextNavi {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.TextDefault {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.TextDefaultBig {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.TextDefaultBigBold {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.TextDefaultBold {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.TextErrorBold {
	font-family: Verdana;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	color: #993400;
	text-decoration: none;
}
body {
	background-image: url(design/bg.jpg);
}
a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}