body {
	scrollbar-face-color: #222220;
	scrollbar-track-color: #434342;
	scrollbar-shadow-color: #1A1A1A;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: #454545;
	scrollbar-3dlight-color: #393939;
	scrollbar-arrow-color: #CC0000;
	padding: 10px;
	background-image: url(images/images_04.jpg);
	background-attachment: fixed;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 75%;
}
p,td,th {
}
H2 {
	margin: 20px 10px 4px 27px;
	font-size: 120%;
	padding-top:12px;
	padding-bottom:3px;
	color: white;
}
H3 {
	margin: 20px 10px 4px 27px;
	padding-bottom:3px;
	font-size: 120%;
	font-weight:bold;
	color: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: solid;
	}
H4 {
	margin: 20px 10px 4px 27px;
	padding-bottom:3px;
	font-size: 120%;
	font-weight:bold;
	color: #666666;
	border-width: 0 0 1px 0;
	border-style: solid;
	}
H5 {
	margin: 20px 10px 4px 27px;
	padding-bottom:3px;
	font-size: 120%;
	font-weight:bold;
	color: #CC0000;
	border-width: 0 0 1px 0;
	border-style: solid;
	}
LI {
	line-height: 140%;
	}
OL {
	text-align: justify;
}
UL {
	margin-top:6px;
}
a {
        color: #FFFFFF;
        font-weight: bold;
}
a:link {
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #FFFFFF;
}
a:hover {
        text-decoration: underline;
        color: #CCCCCC;
}
a:active {
        text-decoration: none;
}
/* Item title **********************************************************/
Table.item {
	padding: 0 3px 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #000000;
	background-color:#CC0000;
	}
/* Itemblack title **********************************************************/
Table.itemblack {
	padding: 0 3px 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color: #FFFFFF;
	background-color:#333333;
	}
/* Link icons **********************************************************/
a.dscg {
	background-image: url(images/dscg.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 16px;
	width: 16px;
	padding: 2px;
	padding-right: 10px;
	margin-right: 0px;
}
a.dscg:hover {
    text-decoration: none;
}
a.ma {
	background-image: url(images/ma.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 16px;
	width: 16px;
	padding: 2px;
	padding-right: 10px;
	margin-right: 0px;
}
a.ma:hover {
    text-decoration: none;
}
a.mp3 {
	background-image: url(images/mp3.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 16px;
	width: 16px;
	padding: 2px;
	padding-right: 10px;
	margin-right: 0px;
}
a.mp3:hover {
    text-decoration: none;
}
a.mspc {
	background-image: url(images/mspc.png);
	background-repeat: no-repeat;
	position: relative;
	height: 16px;
	width: 16px;
	padding: 2px;
	padding-right: 10px;
	margin-right: 0px;
}
a.mp3:hover {
    text-decoration: none;
}
/* Text colour **********************************************************/
.red {color: #CC0000}
.gray {color: #666666}
.white {color: #FFFFFF}
.line {text-decoration: line-through}
.H2_A {
	font-size: 70%;
	color: #666666;
}
.rli LI {
    list-style-type: none; /* Прячем исходные маркеры */	
   }
.rli LI:before {
	color: #CC0000; /* Цвет маркера */
	font-size: 13px;
	margin-left: -15px;
	content: "\25CF"; /* Сам маркер в формате юникод */
	padding-right: 7px; /* Расстояние от маркера до текста */
   }
	
.gli LI {
    list-style-type: none; /* Прячем исходные маркеры */	
   }
.gli LI:before {
	color:  #666666; /* Цвет маркера */
	font-size: 13px;
	margin-left: -15px;
	content: "\25CF"; /* Сам маркер в формате юникод */
	padding-right: 7px; /* Расстояние от маркера до текста */
   }