/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #707070;
}
body {
	background-image:  url("images/content_bg.png");
	margin-left: 20px;
	margin-top: 0px;
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-position : lefttop;
	background-color: #CCCCCC;
	table-layout:fixed;
	text-indent:inherit;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
.style1 {font-size: 36px}
-->