/*
*	-------------------------------------------------------------------------------------------------------------------------
*	--------------- BODY ----------------------------------------------------------------------------------------------------
*	-------------------------------------------------------------------------------------------------------------------------
*/

body, table, td {
	scrollbar-face-color: 549501;
	scrollbar-highlight-color: ffffff;
	scrollbar-3dlight-color: ffffff;
	scrollbar-shadow-color: ffffff;
	scrollbar-darkshadow-color: ffffff;
	scrollbar-arrow-color: ffffff;
	scrollbar-track-color: ffffff;
	scrollbar-base-color: ffffff;
	font-family: arial, verdana, sans-serif; 
 	font-size: 12px;
 	color: 000000;
	text-decoration:none;
	font-weight:normal;
}
hr {
	color: e7e7e7;
	height: 1px;	
}
A {
 	color: 549501;
	text-decoration:none;
	font-weight: bold;
}
A:hover {
 	color: 98d121;
	text-decoration:none;
	font-weight: bold;
}
.image_not_found {
 	font-size: 16px;
 	color: red;
	font-weight: bold;	
};
.line {
	background-color:ffffff;
}
.line_hover {
	background-color:f7f7f7;
}

/*
*	-------------------------------------------------------------------------------------------------------------------------
*	--------------- LANGUAGES -----------------------------------------------------------------------------------------------
*	-------------------------------------------------------------------------------------------------------------------------
*/

.lang {
 	color: 898989;
	text-decoration:none;
	font-weight: bold;
}
.lang A {
 	color: 898989;
	text-decoration:none;
	font-weight: bold;
}
.lang A:hover {
 	color: 98d121;
	text-decoration:none;
	font-weight: bold;
}

/*
*	-------------------------------------------------------------------------------------------------------------------------
*	--------------- MENU ----------------------------------------------------------------------------------------------------
*	-------------------------------------------------------------------------------------------------------------------------
*/

.menu {
 	font-size: 14px;
 	color: 549501;
	text-decoration:none;
	font-weight: bold;
}
.menu_current {
 	font-size: 14px;
 	color: 98d121;
	text-decoration:none;
	font-weight: bold;
}
.menu_bull {
 	font-size: 14px;
 	color: 000000;
	text-decoration:none;
	font-weight: bold;
}
.menu A {
 	font-size: 14px;
 	color: 549501;
	text-decoration:none;
	font-weight: bold;
}
.menu A:hover {
 	font-size: 14px;
 	color: 98d121;
	text-decoration:none;
	font-weight: bold;
}

/*
*	-------------------------------------------------------------------------------------------------------------------------
*	--------------- PHONE ---------------------------------------------------------------------------------------------------
*	-------------------------------------------------------------------------------------------------------------------------
*/

.phone_text {
 	font-size: 16px;
 	color: 9ec527;
	font-style: italic;
	text-decoration:none;
	font-weight: normal;
}
.phone_digits {
 	font-size: 26px;
 	color: 8aae1a;
	font-style: italic;
	text-decoration:none;
	font-weight: normal;
}

/*
*	-------------------------------------------------------------------------------------------------------------------------
*	--------------- NEWS ----------------------------------------------------------------------------------------------------
*	-------------------------------------------------------------------------------------------------------------------------
*/

.news_header {
 	font-size: 18px;
 	color: 8aae1a;
	text-decoration:none;
	font-weight: normal;
}
.news_header:first-letter{
 	font-size: 24px;
 	color: 8aae1a;
	text-decoration:none;
	font-weight: normal;
}
.news_date {
 	font-size: 10px;
 	color: ffffff;
	text-decoration:none;
	font-weight: normal;
}
.news_date A {
 	font-size: 10px;
 	color: ffffff;
	text-decoration:none;
	font-weight: normal;
}
.news_date A:hover {
 	font-size: 10px;
 	color: ffffff;
	text-decoration:none;
	font-weight: normal;
}
.news_name {
 	color: 549501;
	text-decoration:none;
	font-weight: bold;
}
.news_name A {
 	color: 549501;
	text-decoration:none;
	font-weight: bold;
}
.news_name A:hover {
 	color: 549501;
	text-decoration:none;
	font-weight: bold;
}
.news_text {
 	font-size: 11px;
 	color: 000000;
	text-decoration:none;
	font-weight: normal;
}
.news_text A {
 	font-size: 11px;
 	color: 898989;
	text-decoration:none;
	font-weight: normal;
}
.news_text A:hover {
 	font-size: 11px;
 	color: 000000;
	text-decoration:none;
	font-weight: normal;
}
.news_more {
 	color: 98d121;
	text-decoration:underline;
	font-weight: normal;
}
.news_more A {
 	color: 98d121;
	text-decoration:underline;
	font-weight: normal;
}
.news_more A:hover {
 	color: 549501;
	text-decoration:underline;
	font-weight: normal;
}

/*
*	-------------------------------------------------------------------------------------------------------------------------
*	--------------- IMG -----------------------------------------------------------------------------------------------------
*	-------------------------------------------------------------------------------------------------------------------------
*/

.img {
	border-width:3px;
	border-color:ffffff;
}
.imgtd {
	border-top: 1px solid #c7c6c6;
	border-left: 1px solid #c7c6c6;
	border-bottom: 1px solid #c7c6c6;
	border-right: 1px solid #c7c6c6;
}

/*
*	-------------------------------------------------------------------------------------------------------------------------
*	--------------- COPYRIGHT -----------------------------------------------------------------------------------------------
*	-------------------------------------------------------------------------------------------------------------------------
*/

.copyright {
 	font-size: 10px;
 	color: 898989;
	text-decoration:none;
	font-weight: normal;
}
.copyright A {
 	font-size: 10px;
 	color: 898989;
	text-decoration:none;
	font-weight: bold;
}
.copyright A:hover {
 	font-size: 10px;
 	color: 98d121;
	text-decoration:none;
	font-weight: bold;
}

/*
*	-------------------------------------------------------------------------------------------------------------------------
*	--------------- INPUTS --------------------------------------------------------------------------------------------------
*	-------------------------------------------------------------------------------------------------------------------------
*/

.input_separator {
 	font-size: 14px;
	padding-top:10px;
	font-weight: bold;
}
.input_header {
 	font-size: 11px;
	padding-top:10px;
}
input,textarea,select {
	border-top: 1px solid #b9b8b8;
	border-left: 1px solid #b9b8b8;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	background-color:#ffffff;
	background: url('/img/site/input.png');
	background-position:top;	
	background-repeat:repeat-x;
	font-family: arial, verdana, sans-serif; 
 	font-size: 12px;
 	color: 549501;
}
input.error,textarea.error,select.error {
	border-top: 1px solid #ff3000;
	border-left: 1px solid #ff3000;
	border-bottom: 1px solid #ff3000;
	border-right: 1px solid #ff3000;
	background: url('');
	background-color:#fbf5c4;
	font-family: arial, verdana, sans-serif; 
 	font-size: 12px;
 	color: 549501;
}
.mandatory {
 	font-size: 16px;
 	color: red;
	text-decoration:none;
	font-weight: bold;
}

/*
*	-------------------------------------------------------------------------------------------------------------------------
*	--------------- BUTTONS -------------------------------------------------------------------------------------------------
*	-------------------------------------------------------------------------------------------------------------------------
*/

input.gray {
	height:22px;
	border-top: 1px solid #e1e0e0;
	border-left: 1px solid #e1e0e0;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color:#b9b8b8;
	background: url('/img/site/buttons/gray.png');
	background-position:bottom;	
	background-repeat:repeat-x;
	font-family: arial, verdana, sans-serif; 
 	font-size: 12px;
 	color: #3b3b3b;
	font-weight: bold;
}
input.green {
	height:22px;
	border-top: 1px solid #e1e0e0;
	border-left: 1px solid #e1e0e0;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color:green;
	background: url('/img/site/buttons/green.png');
	background-position:bottom;	
	background-repeat:repeat-x;
	font-family: arial, verdana, sans-serif; 
 	font-size: 12px;
 	color: #ffffff;
	font-weight: bold;
}
input.blue {
	height:22px;
	border-top: 1px solid #e1e0e0;
	border-left: 1px solid #e1e0e0;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color:blue;
	background: url('/img/site/buttons/blue.png');
	background-position:bottom;	
	background-repeat:repeat-x;
	font-family: arial, verdana, sans-serif; 
 	font-size: 12px;
 	color: #ffffff;
	font-weight: bold;
}
input.red {
	height:22px;
	border-top: 1px solid #e1e0e0;
	border-left: 1px solid #e1e0e0;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color:red;
	background: url('/img/site/buttons/red.png');
	background-position:bottom;	
	background-repeat:repeat-x;
	font-family: arial, verdana, sans-serif; 
 	font-size: 12px;
 	color: #ffffff;
	font-weight: bold;
}

/*
*	-------------------------------------------------------------------------------------------------------------------------
*	--------------- TOOLTIP -------------------------------------------------------------------------------------------------
*	-------------------------------------------------------------------------------------------------------------------------
*/

.tooltip {
 	font-size: 11px;
 	color: black;
	text-decoration:none;
	font-weight: normal;
}
.tooltip A {
 	font-size: 11px;
}
.tooltip A:hover {
 	font-size: 11px;
}
.question A {
 	font-size: 10px;
 	color: b9b8b8;
	text-decoration:none;
	font-weight: bold;
}
.question A:hover {
 	font-size: 10px;
 	color: black;
	text-decoration:none;
	font-weight: bold;
}

/*
*	-------------------------------------------------------------------------------------------------------------------------
*	--------------- ERRORS --------------------------------------------------------------------------------------------------
*	-------------------------------------------------------------------------------------------------------------------------
*/

.error_1 {
	background-color:#fdf3f3;
 	color: red;
}
.error_2 {
	background-color:#e9fed9;
 	color: green;
}
.error_3 {
	background-color:#fdfcd2;
 	color: e68d01;
}