/*Общий стиль*/

body
{
	font: 10pt Arial;
	margin: 0px;
	padding: 0px;
	background-color: #192023;
	color: #d3e1ec;
	
	scrollbar-face-color:#192023;
	scrollbar-arrow-color:#a6cbe8;
	scrollbar-track-color:#192023;
	scrollbar-highlight-color:#192023;
	scrollbar-shadow-color:#192023;
	
	scrollbar-3dlight-color:#a6cbe8;
	scrollbar-darkshadow-color:#a6cbe8;
	
	

}

table
{
	border-collapse: collapse;
}

td
{
	margin: 0px;
	padding: 0px;
}

iframe
{
	margin: 0px;
	padding: 0px;
	border: none;
}

.lnk
{
	font-size: 16pt;
	color: #BBBBBB;
	text-decoration: underline;
	color: #d3e1ec;
}

.lnk:link
{
	font-size: 16pt;
	color: #BBBBBB;
	text-decoration: underline;
	color: #d3e1ec;
}

.nolnk
{
	font-size: 16pt;
	color: #BBBBBB;	
	color: #a6cbe8;
}

.bold
{
	font-size: 10pt;
	font-weight: bold;
	color: #BBBBBB;
	color: #d3e1ec;
}

.underlined
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #BBBBBB;
	color: #d3e1ec;
}

.lnk:visited
{
	font-size: 16pt;
	color: #BBBBBB;
	text-decoration: underline;
	color: #d3e1ec;
}

.lnk:hover
{
	font-size: 16pt;
	color: #BBBBBB;
	text-decoration: underline;
	color: #FFFFFF;
}

a 
{
	color: #BBBBBB;
	text-decoration: underline;
}

a:link 
{
	color: #BBBBBB;
	text-decoration: underline;
}

a:visited
{
	color: #999999;
	text-decoration: underline;
}

a:hover
{
	color: #DDDDDD;
	text-decoration: underline;
}


H1
{
	font-family: Arial;
	font-size: 14pt;	
	margin: 0px;
	padding: 5px;
	color: #a6cbe8;
}

H2
{
	font-family: Arial;
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
}

H3
{
	font-family: Arial;
	font-size: 16pt;
	margin: 0px;
	padding: 0px;
}

H4
{
	font-family: Arial;
	font-size: 18pt;
	margin: 0px;
	padding: 5px;
	color: #a6cbe8;
}

H5
{
	font-family: Arial;
	font-size: 20pt;
	margin: 0px;
	padding: 0px;
}

H6
{
	font-family: Arial;
	font-size: 36pt;
	margin: 0px;
	padding: 0px;
}

.H7
{
	font-family: Arial;
	font-size: 36pt;
	margin: 0px;
	padding: 0px;
}


.main_content
{
	padding: 5px;
	text-align: left;
}

.table_blue
{
	border-collapse: collapse;
	border-color: #a6cbe8;
	padding: 5px;
	font-size: 9pt;
}

.fl
{
	
	text-align: left;
	padding: 5px;
}

.fl:first-letter
{
	font-size: 30pt;
	float:left;
	line-height: 24pt;
}

.menu_links
{	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.bg
{	
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;	
	background-position: bottom;
	width: 100%;
}

.top_left
{
	background-image: url("images/top_left.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.top
{
	background-image: url("images/top.png");
	background-repeat: repeat-x;	
	height: 10px;
}

.top_right
{
	background-image: url("images/top_right.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.left
{
	background-image: url("images/left.png");
	background-repeat: repeat-y;	
	width: 10px;
}

.right
{
	background-image: url("images/right.png");
	background-repeat: repeat-y;	
	width: 10px;
}

.bottom_left
{
	background-image: url("images/bottom_left.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.bottom
{
	background-image: url("images/bottom.png");
	background-repeat: repeat-x;	
	height: 10px;
}

.bottom_right
{
	background-image: url("images/bottom_right.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

