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

body {
	background-color: #EEEEEE;
	background-image: url(../images/bck_color_03.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.bck-grey {
	background-color: #535353;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.title-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #FF9900;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
