body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	margin: 0 0 0 0;
	text-align:center;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-x;
}
#container {
  	margin: 0 0 0 0;
  	width:100%;
	text-align: center;
}
.maintext {
	font-color:#000000;
	padding: 5px;
}
a:link {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
td {
	font-size: 13px;
}