body, table {
	font-family: Tahoma;
	font-size: 16px;
	color: #202020;
}

img, a img {
	border: none;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}


h1 {
	font-size: 24px;
	font-weight: normal;
	color: #8e0000;
	color: #ec2024;
	margin: 0;	
	margin-bottom: 15px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
}

h3 {

}

h4 {
	
}

h5 {

}

h6 {

}


a {
	color: #1760E2;
}

a:hover {
	
}

a:visited {
	
}

ul {

}

li {
	list-style-image: url(images/galka.png);
	padding-bottom: 7px;
	
}


td, th {
	vertical-align: top;
}

th {
	text-align: left;
}


.noborder, .noborder * {
	border: none;
}

.ramka {
	border:2px solid #f9a814;
}


.table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.table td {
	border: 1px solid #dddddd;
	padding: 5px;
}