@charset "utf-8";
body {
	margin: 0px;
	background-color: #562380;
	background-image: url(images/background-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
.TbMain {
	width: 840px;
}
.TdFooter {
	background-image: url(images/background-base.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 40px;
	text-align: center;
	vertical-align: bottom;
	color: #FFFFFF;
}

.TdNavigation {
	background-image: url(images/background-navigation.jpg);
	background-repeat: repeat-y;
	width: 240px;
}
.TdContent {
	background-color: #FFFFFF;
	background-image: url(images/background-content.jpg);
	background-repeat: no-repeat;
	width: 600px;

}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.FontWhite {
	color: #FFFFFF;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(images/arrow.gif);
}
