﻿body
{
	background:	   #ffffff;
	margin-top:	       0;
	margin-bottom:	   0;
	margin-left:	   0;
	margin-right:	   0;
	margin:			   0;
	padding-top:	   0;
	padding-bottom:	   0;
	padding-left:	   0;
	padding-right:	   0;
	padding:		   0;
	font-family:Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #2d709e;
}

img {
  outline-style: none;
}

.hidden
{
	display:none;
	text-decoration:none;
}

.blue_txt
{
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0f5982;
}

.base_txt
{
	font-family:Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #2d709e;
}

.top_red_txt
{
	font-family:arial;
	font-weight:bold;
	color: #ff0000;
	font-size: 16px;
}

.top_red_txt_small
{
	font-family:arial;
	font-weight:bold;
	color: #ff0000;
	font-size: 14px;
}

.part_blue_txt
{
	font-family:arial;
	font-weight:bold;
	color: #04598d;
	font-size: 13px;
}

.ul_red
{
	color: #ff0022;
	padding-left: 1em;
	margin: 0em;
	/*text-indent: -3em;*/
}

.ul_blue
{
	color: #189de4;
	padding-left: 1em;
	margin: 0em;
}

.red_inactive_txt
{
	font-family:Tahoma;
	font-weight: normal;
	font-weight:bolder;
	color: #eb7278;
	font-size: 11px;
}

.red_active_txt
{
	font-family:Tahoma;
	font-weight: normal;
	font-weight:bolder;
	color: #ff0022;
	font-size: 11px;
}

.blue_inactive_txt
{
	font-family:Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #189de4;
}

.blue_inactive_txt2
{
	font-family:Tahoma;
	font-weight: normal;
	font-size: 12px;
	color: #189de4;
}

.blue_active_txt
{
	font-family:Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #0813ee;
}

.blue_news_txt
{
	font-family:Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #227fb8;
}

A.red_inactive_txt:active	{ color: #eb7278;}
A.red_inactive_txt:link		{ color: #eb7278;}
A.red_inactive_txt:visited	{ color: #eb7278;}
A.red_inactive_txt:hover	{ color: #ff0022;}

A
{
	font-family:Tahoma;
	font-weight: normal;
	font-size: 11px;
	color: #189de4;
}

A:active	{ color: #189de4;}
A:link	{ color: #189de4;}
A:visited	{ color: #189de4;}
A:hover	{ color: #0813ee;}


A.blue_inactive_txt:active	{ color: #189de4;}
A.blue_inactive_txt:link	{ color: #189de4;}
A.blue_inactive_txt:visited	{ color: #189de4;}
A.blue_inactive_txt:hover	{ color: #0813ee;}

.popup_blue_txt
{
	font-family:Tahoma;
	font-weight: bold;
	font-size: 10px;
	color: #227fb8;
}

A.popup_blue_txt:active		{ color: #227fb8;text-decoration: none;}
A.popup_blue_txt:link		{ color: #227fb8;text-decoration: none;}
A.popup_blue_txt:visited	{ color: #227fb8;text-decoration: none;}
A.popup_blue_txt:hover		{ color: #ff0022;text-decoration: none;}

.left_menu_txt
{
	font-family:Tahoma;
	font-weight:bolder;
	font-size: 11px;
	color: #04598d;
}

.online_title
{
	font-family:Tahoma;
	font-weight:bolder;
	font-size: 12px;
	color: #04598d;
}

A.left_menu_txt:active		{ color: #04598d;text-decoration: none;}
A.left_menu_txt:link		{ color: #04598d;text-decoration: none;}
A.left_menu_txt:visited		{ color: #04598d;text-decoration: none;}
A.left_menu_txt:hover		{ color: #227fb8;text-decoration: none;}

.white_title
{
	font-family:Tahoma;
	font-weight:bolder;
	font-size: 12px;
	color: #ffffff;
}

.blue_second_title
{
	font-family:Tahoma;
	font-weight:bolder;
	font-size: 12px;
	color: #0b4866
}

.button
{
	height:			20px;
	color:			#FFFFFF;
	padding-left:	5px;
	padding-right:	5px;	
	text-align:		center;
	vertical-align:		middle;
	font-family:		Tahoma;
	font-size:		10pt;
	font-weight:	bold;
	cursor:			hand;
	border:			1px solid #5D7B9D;
	background-color:	#227fb8;
}

.top_scroll_div
{
	overflow-x:auto;
	scrollbar-face-color: #c6d5d5;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #e3eef2;
	scrollbar-darkshadow-color: #dce4e4;
	scrollbar-shadow-color: #4bb9ff;
	scrollbar-arrow-color: #227094;
	scrollbar-track-color: #e5ebeb;
}