.body {
	background-image: url(../images/BG-body.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: White;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.txt-normal {
	font-family: Tahoma, verdana, arial;
	font-size: 13px;
	color: #333333;
}

a:link {
font-family: Tahoma, verdana, arial;
	font-size: 13px;
	color: #990099;
	text-decoration: none;
}
a:visited {
font-family: Tahoma, verdana, arial;
	font-size: 13px;
	text-decoration: none;
	color: #990099;
}
a:hover {
font-family: Tahoma, verdana, arial;
	font-size: 13px;
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
font-family: Tahoma, verdana, arial;
	font-size: 13px;
	text-decoration: none;
	color: #990099;
}

.txt-bold {
	font-family: Tahoma, verdana, arial;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}