/*body {
	background: url(images/bg_16.gif) repeat-y;
}*/
body {
	background:#DDD url(images/bg_16.gif) repeat-y center;
}
td {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.style1 {font-size: 10px}
.style3 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.style4 {color: #FF0000}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
