@charset "windows-1251";

p {
	line-height:22px;
	color:#c7c7c7;
	margin:0 0 15px 0;
}
a {
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:1px dashed #FFFFFF;
}
img {
	border:0px;
}
h2 {
	font-size:20px;
	color:#FFFFFF;
	font-weight:normal;
	position: relative;
}
h2 span {
	color:#00e5f9;
	font-size:20px;
}
h2 a {
	border-bottom:0;
}

.fl {
	
	float:left;
}
.rl {
	float:right;
}
ul.list {
	margin: 0 0 0 35px;
	padding: 0 0 15px 0;
}
ul.list li {
	list-style-type: square;
	line-height: 20px;
}

