@charset "utf-8";
/* CSS Document */
body{
	background:url(images/top_bg.jpg) repeat-x;
	margin:0px;
	background-color:#000000;
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	line-height: 140%;
	text-align: justify;
	}

.title_max {
	font-family: Tahoma;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.subtitle {
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.bulllets {
	list-style-image: url(images/bullet_wriht.jpg);
	background-repeat: no-repeat;
	list-style-position: outside;
	padding-top: 20px;
	text-align: left;
}
.title_mid {
	font-family: Tahoma;
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}
.body_text {
	margin:0px;
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	line-height: 140%;
	text-align: justify;
}
