@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a {
	font-family: verdana;
	font-size: 12px;
	color: #093B54;
	text-decoration: none;
}
a:hover {
	font-family: verdana;
	color: #000000;
	text-decoration: underline;
}
.cources {
	width: 178px;
}
.topdivborder {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}
.footerdash {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}
.footertxt {
	font-size: 10px;
}
.topdash {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #1FC2FF;
}


.border {
	border: 1px solid #1FC2FF;
}
