/* Normal, standard links. */
a:link
{
	COLOR: black;
	text-decoration: underline;
	font-weight: normal;
}
a:visited 
{
	color: black;
	text-decoration: underline;
	font-weight: normal;
}
a:hover
{
	color: Gray;
	text-decoration: none;	
	font-weight: normal;
}
.nav_main, .nav_main:link, .nav_main:visited
{
	COLOR: #FFEAA8;
	text-decoration: none;
	font-weight: bold;
}
.nav_main:hover
{
	color: #e6e6e6;
	text-decoration: none;
	font-weight: bold;
}
.nav2, .nav2:link, .nav2:visited
{
	color: #FFEAA8;
	text-decoration: none;
	font-weight: normal;
}
.nav2:hover
{
	color: #e6e6e6;
	text-decoration: none;
	font-weight: normal;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: White;
	border: 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a.nav:hover
{
	color: White;
	border: 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}
/* Tables should show empty cells. */

/* The main body of the entire forum. */
body
{
	background-color: black;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, tahoma, sans-serif;
}
TD, TH {
padding: 0px /* Поля вокруг текста */
}
.tab_main
{
	background-color: Black;
	color: White;
	border: 10px solid;
}
.tab_menu_main
{
	background-color: transparent;
	color: #FFEAA8;
	border: 0px solid;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.tab_menu_sub
{
	background-color: transparent;
	color: #FFEAA8;
	border: 0px solid;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.tab_main2
{
	background-color: Black;
	color: White;
	border: 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.radio
{
	background-color: transparent;
	color: white;
	border: 0px solid;
	font: bold 13px Arial, Helvetica, sans-serif;
}
.tab_main4
{
	background-color: Black;
	color: White;
	border: 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.tab_main3
{
	background-color: Black;
	color: White;
	border: 0px solid;
	padding: 5px 5px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.tab_main5
{
	background-color: Black;
	color: White;
	border: 0px solid;
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.tab_spacer
{
	background-color: white;
	color: White;
	padding: 0px;
	background: White;
}
.page1
{
	background: White;
	color: Black;
	border: 20px solid;
	border-color: White;
}

img1
{
	height: auto;
	width: auto;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #C80000;
	font-size: 18px;
	font-weight: bold;
	background-color: transparent;
}

h6
{
	color: #C80000;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 14px;
	font-weight: normal;
	background-color: transparent;
	
}
p
{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 14px;
	font-weight: normal;
	background-color: transparent;
	
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	background-color: transparent;
	
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	background-color: transparent;
	
}