@charset "utf-8";
/* CSS Document */

.buttons {
	font-family:Arial, sans-serif;
	font-weight: bold;
	font-size:13px;
	color:#FFFFFF
}

.buttons a{
	font-family:Arial, sans-serif;
	font-weight: bold;
	text-decoration:none;
	font-size:13px;
	color:#FFFFFF
}

.buttons a:hover{
	font-family:Arial, sans-serif;
	font-weight: bold;
	text-decoration:none;
	font-size:13px;
	color:#FC6C14
}

.buttons_orange{
	font-family:Arial, sans-serif;
	font-weight: bold;
	font-size:13px;
	color:#FC6C14
}

.buttons_orange a{
	font-family:Arial, sans-serif;
	font-weight: bold;
	text-decoration:none;
	font-size:13px;
	color:#FC6C14
}

.buttons_orange a:hover{
	font-family:Arial, sans-serif;
	font-weight: bold;
	text-decoration:none;
	font-size:13px;
	color:#FC6C14
}

.light_grey {
	font-family:Arial, sans-serif;
	font-style:normal;
	font-size:13px;
	color:#B0B0B0;
	line-height: 18px;
}

.light_grey a {
	font-family:Arial, sans-serif;
	font-style:normal;
	text-decoration: none;
	font-size:13px;
	color:#B0B0B0;
	line-height: 18px;
} 


.light_grey_bold {
	font-family:Arial, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	color:#B0B0B0;
}
.dark_grey {
	font-family:Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:13px;
	color:#616161;
	line-height: 18px;
}
.dark_grey_bold {
	font-family:Arial, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	color:#616161;
}
.dark_grey a {
	font-family:Arial, sans-serif;
	font-style:normal;
	text-decoration:underline;
	font-size:13px;
	color:#616161;
}


.read_more {
	font-family:Arial, sans-serif;
	font-style:inherit;
	font-size:12px;
	color:#FFFFFF
}
.read_more a {
	font-family:Arial, sans-serif;
	font-style:inherit;
	font-size:12px;
	color:#FFFFFF
}

.big {
	font family:georgia, times, "times new roman", serif;
	font-style:inherit;
	font-size:16px;
	color:#FFFFFF
}

.back_stanga {
	background: #333;
	border-style: solid;
	border-color: #222;
	border-width: 3px;


}