body {
	font-family: Tahoma;
	font-size: 11px;
	color: #484848;
	font-weight: normal;
}
.normal_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #484848;
	font-weight: normal;
}
.error_text {
	font-family: Tahoma;
	font-size: 11px;
	color: red;
	font-weight: normal;
	text-align: center;
}
.bold_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #484848;
	font-weight: bold;
}

.header1_text
{
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	color: #fc9806;
}

.header2_text
{
	font-family: Georgia;
	font-size: 10pt;
	font-weight: normal;
	color: #fc9806;
}

.link {
	color: #484848;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #fc9806;
}

a.link:hover {
	color: #fc9806;
}
a.header2_text:hover {
	color: #fc9806;
        text-decoration: underline;
}
a.header1_text:hover {
	color: #fc9806;
        text-decoration: underline;
}

.proposition_title {
	color: #fc9806;
	font-size: 16pt;
	font-weight: bold;
	font-family: Georgia;
}

.arrows {
	font-size: 9px;
}

.ramka {
	border: 1px solid #FFFFFF;
}

#loading_div {
	position: absolute;
	top: 80%;
	left: 58%;
}
.ramka_div{
	border:  1px solid #696969;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}