body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-image: url(images/background.jpg);
}
BODY {
	SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #32CD32;
}
a:link {
	color: Lime;
	text-decoration: none;
}
a:visited {
	color: Lime;
	text-decoration: none;
}
a:hover {
	color: #FF6D35;
	cursor: pointer;

}
a:active {
	color: Red;
}

.main_text, td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	padding-left: 12px;
	padding-top: 12px;
	padding-right: 12px;
}

