/*Общие*/
body, input, select, textarea {
	background-color: #ffffff;
}
html, body {
	margin:0px;
	padding:0px;
	font-family: arial;
}
td {

}
form {
	padding: 0px;
	margin: 0px;	
}
img {
	border: 0px;
}

/*<a> Ссылки */
a {
   color: RGB(0, 85, 204);
}
a:hover {
   color: RGB(200, 0, 0);
}
a:visited {
   color: RGB(128, 0, 128);
}
a:visited:hover {
    color: RGB(200, 0, 0);
}

a.never_visited {
	color: RGB(0, 85, 204);
}
a.never_visited:hover {
	color: RGB(200, 0, 0);
}
a.never_visited:visited {
	color: RGB(0, 85, 204);
}
a.never_visited:visited:hover {
	color: RGB(200, 0, 0);
}

a.admin {
	color: RGB(171, 48, 48);
	text-decoration: underline;
	font-size: 80%;
}
a.admin:visited {
	color: RGB(211, 46, 46);	
}
a.admin:hover {
	color: RGB(255, 0, 0);	
}

/*<table> Таблицыы*/
table.full_width {
	width: 100%;
	border-collapse: collapse;
}
table.full_size {
	width: 100%;
	height:100%;
	border-collapse: collapse;
}
table.border {
	border-collapse: collapse;
}

/*<tr> Строки*/
tr.space {
	height: 15px;
}
tr.low_space {
	height: 3px;
}
tr.lower_space {
	height: 2px;	
}
tr.separator_line {
	width: 100%;
	height: 1px;
	background-color: RGB(200, 200, 200);	
}
tr.colored_bg {
	background-color: RGB(210, 210, 210);
}

/*<td> Столбцы*/
td.space {
	width: 4%;
}

/*<img> Изображения*/
img.bordered_image {
	border: 1px solid;
	border-color: RGB(150, 150, 150);	
}


/*<font> Шрифты*/
font.space {
	font-size: 40%;
}

.normal_font {
	font-size: 100%;
}
.low_font {
	font-size: 90%;
}
.lower_font {
	font-size: 80%;
}
.lowest_font {
	font-size: 70%;	
}
.date_font {
	font-size: 60%;
}
.high_font {
	font-size: 115%;	
}
.high1_font {
	font-size: 130%;	
}
.higher_font {
	font-size: 150%;	
}


.little_space {
	font-size: 20%;
}

.left_space {
	padding-left: 21px;	
}
.full_width {
	width: 100%;	
}

.headers_1_ {
    text-align:left;
    margin-top:18pt;
    margin-bottom: 12pt;
    font-size: 150%;
    color: RGB(10, 53, 126)
}

.headers_2_ {
    text-align:left;
    font-size: 110%;
    margin-top:20pt;
    margin-bottom: 3pt;

}

.headers_1 {
    text-align:center;
    margin-top:18pt;
    margin-bottom: 12pt;
    font-size: 150%;
    color: RGB(10, 53, 126)
}

.headers_2 {
    text-align:center;
    font-size: 105%;
    margin-top:18pt;
    margin-bottom: 7pt;
    font-weight: normal;
}


.plain_text {
    font-size: 90%;
}
UL{
    margin-top:3pt;
    margin-bottom: 6pt;
    padding-left: 25pt;
}
