@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #CBCBCB;
	font-size: 65%;
	margin-top: 30px;
}
.main_text_intro {
	font-family: Tahoma, "Tahoma Bold", "Tekton Pro Bold";
	font-size: 1.2em;
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 11px;
	color: #201104;
	line-height: 1.22em;
}
.main_text {
	font-family: Tahoma, "Tahoma Bold", "Tekton Pro Bold";
	font-size: 1.1em;
	margin-left: 4px;
	padding-left: 4px;
	margin-top: 11px;
	color: #201104;
	line-height: 1.15em;
}
.main_text a:link {
	font-weight: bold;
	color: #201104;
	text-decoration: none;
}
.main_text a:visited {
	font-weight: bold;
	color: #201104;
	text-decoration: none;
}
.main_text a:hover {
	font-weight: bold;
	color: #201104;
	text-decoration: none;
}
.main_text a:active {
	font-weight: bold;
	color: #201104;
	text-decoration: none;
}

