/* CSS Document */
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFCC00;
}
body {
	background-color: #FF6600;
}
a { font-weight: bold; }
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFD222;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
h1 {
	font-size: 12px;
	margin-bottom: 0px;
}
h2 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0px;
}
h3 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
h6 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}
.ramka {
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	border-top-style: none;
}
.ramka-top {
	border-right: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}
