body {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-attachment: scroll;
	text-decoration: none;
	margin:0px; padding:0px;
	font-family: Arial, Helvetica, Sans-Serif;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #494949;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #333333;
}

.main_text {
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.link_text {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.menu_link {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
.formbar {
	border: 1px solid #DCD8CC;
	font-size: 13px;
	background-color: #FFFDF6;
	font-family: "Arial", "Helvetica", "sans-serif";
}
