@charset "utf-8";
body {
	font-size: 12px;
	color: #333333;
	background-image: url(../imges/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	overflow: hidden;
	top: 5px;
	bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 {
	width: 410px;
}
h3 {
	margin-bottom: 30px;
	width: 570px;
}
h4 {
	padding-bottom: 30px;
	width: 550px;
	padding-right: 10px;
	padding-left: 10px;
}


a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}

p {
	line-height: 150%;
	font-size: 13px;
}

