body {

	font-family: Verdana;
	font-size: 9pt;
	color: #000000
}

body table {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-align:center;
	
}




a {
	color : #343434;
	text-decoration : none;
	text-decoration: underline
}

a:hover {
	color : #000000;
}

selected a {
	color :#000000;
}




h1 {
	font-size:14px;
	font-weight: bold;
	
}
h2 {
	font-size: 12px;
	font-weight: bold;
	
	text-align:center
}
h3 {
	font-size: 10px;
	font-weight:bold;
	
}

<!-- Верхняя Горизонтальная навигационная панель -->

#nav-bar {
	width : 100%;
	font-size: 10pt;
	font-weight:bold;
	
	
}


#nav-bar table a {
	
	color : #FFFFFF;
	text-decoration : none;
	
}

#nav-bar a:hover {
	color : #3A5D7A;
	font-size: 10pt;
	
}

#nav-bar selected a {
	color :#3A5D7A;
	font-size: 10pt;
	
}


#nav-bar-bot {
	width : 100%;
	font-size: 10pt;
	font-weight:bold;
	color : #FFFFFF;
	
}


#nav-bar-bot a {
	
	color : #FFFFFF;
	text-decoration : none;
	
}

#nav-bar-bot a:hover {
	color : #3A5D7A;
	font-size: 10pt;
	
}

#nav-bar-bot selected a {
	color :#3A5D7A;
	font-size: 10pt;
	
}


#content {
	padding : 5px 5px 5px 5px;
	font-size: 10pt;
	color: #000000;
	text-align:justify;
	
}
#content h1 {
	margin-top : 0;
	padding : 2px 2px 2px 2px;
	font : bold 12pt Verdana;
	color : #000000;
	text-align : left;
	
	
}

/* Sidebar left */

#sb_left {
	float : left;
	text-align:justify;
	position: relative;
	padding : 5px 5px 5px 5px;
	margin: 5px 5px 0px 0px;
	width: 90%;
	background-color:#AEECF4;
	border: solid 2px #AAAAAA;
	
}

#sb_left h1 {
	text-align:center;
	padding : 2px 2px 2px 2px;
	font : bold 10pt Verdana;
	color : #ffffff;
	background-color:#00B3DE;
	border: solid 1px #D6D3D3;
}

#sb_left a {
	
	color : #3300FF;
	text-decoration : none;
	font: bold 10pt Verdana;
	
		
	
}

#sb_left a:hover {
	color : #000000;
}

#sb_left selected a {
	color :#000000;
}

/* Sidebar right */

#sb_right {
	float : right;
	text-align:justify;
	position: relative;
	padding : 5px 5px 5px 5px;
	margin: 5px 0px 0px 0px;
	background-color:#00B3DE;
	border: solid 2px #AAAAAA;
	width: 90%;
background-color:#AEECF4
}

#sb_right h1 {
	text-align:center;
	padding : 2px 2px 2px 2px;
	font : bold 10pt Verdana;
	color : #ffffff;
	background-color:#00B3DE;
	border: solid 1px #D6D3D3;
}

#sb_right a {
	
	color : #3300FF;
	text-decoration : none;
	font: bold 10pt Verdana;
	
}

#sb_right a:hover {
	color : #000000;
}

#sb_right selected a {
	color :#000000;
}



