body {
	font-size: x-small;
	line-height: 1.3em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;

}
td {
	font-size: x-small;
	line-height: 1.3em;
	color: #333333;
}
.tx10 {
	font-size: xx-small;
	line-height: 1.3em;
}
.tx12 {
	font-size: x-small;
	line-height: 1.3em;
}
.tx14 {
	font-size: small;
	line-height: 1.3em;
}
a:link {
	color: #34876B;
	text-decoration: none;
}
a:visited {
	color: #34876B;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;

}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
.top-mbg {
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	background-color: #E8E8DC;
	background-image: url(img/top_mbg.gif);
	background-repeat: repeat-y;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
