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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	text-align: center;
}
.text_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 15px;
}
.text_title {
	font-size: 20px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
.header {  border-bottom:2px dashed #ccc; }
.footer {  border-top:2px dashed #ccc; }
	
	
.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    color: #f8ad5c;
	font-style: italic;
}
