* { margin: 0; padding: 0; outline: none; font-size: 100%; }
HTML { height: 100%; }
BODY {
	background: #FFFFFF;
}
BODY,TABLE,TD {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000000;
	margin:0;
	padding:0;
}
A, A:link, A:visited, A:hover, A:active { font: inherit; }
/*
	color: #FF0000 !important;
	font-size: 100%;

	text-decoration: none;
	border-bottom: 1px solid;
	text-decoration: underline;
	border: 0;
*/
A:link, A:visited {
	color: #FF6600;
	text-decoration: none;
	border-bottom: 1px solid;
	border: 0;
}
/* A:visited { color: #EE0000; } */
A:hover, A:active {
	text-decoration: underline;
}
TABLE {
	width:auto;
	margin: 0 auto;
	background-color: transparent;
	border-collapse:collapse;
	/*
	border-spacing:0;
	border:0;
	clear: both;
	*/
}
TD, TH {
	padding:0;
	border-spacing:0;
	border:0;
}
TABLE TH {
	text-align: center;
	vertical-align: middle;
}
TABLE TD {
	text-align: left;
	vertical-align: top;
}
IMG {
	border:0;
}
PRE, XMP {
	margin: 4px;
	padding: 4px;
	text-align: left;
}
FORM {
	margin:0;
	padding:0;
	display:inline;

	overflow: hidden;
	vertical-align: baseline;
}
INPUT, SELECT, TEXTAREA {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	margin: 0;
}
TEXTAREA {
	width:100%;
	line-height:1.25;
}
LABEL {
	cursor: pointer;
}
H1, H2, H3, H4, H5, H6 {
	/* font-family: Tahoma, Verdana, Arial, sans-serif; */
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	margin:0;
	padding:0;
	width:auto;
	text-align: center;
}
/*   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

H1 { font-size:20px; color:#475C61; margin: 4px 10px 12px 10px ; }
H2 { font-size:16px; color:#000000; margin: 10px; }
H3 { font-size:16px; color:#166082; }
H4 { font-size:13px; color:#166082; }
H5 { font-size:12px; color:#166082; }
H6 { font-size:12px; color:#000000; }



/*   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*  тут стили выравнивания */
.lt {
	text-align: left;
	vertical-align: top;
}
.ct {
	text-align: center;
	vertical-align: top;
}
.rt {
	text-align: right;
	vertical-align: top;
}
.lm {
	text-align: left;
	vertical-align: middle;
}
.cm {
	text-align: center;
	vertical-align: middle;
}
.rm {
	text-align: right;
	vertical-align: middle;
}
.lb {
	text-align: left;
	vertical-align: bottom;
}
.cb {
	text-align: center;
	vertical-align: bottom;
}
.rb {
	text-align: right;
	vertical-align: bottom;
}

