body {
	font-family: Arial, Helvetica, sans-serif;
	/*color: rgb(255, 255, 255);*/
}
hr {
	color: rgb(229, 229, 229);
	background: rgb(229, 229, 229);
	border: none;
}
h1, h2, h3, h4, h5, h6, p, table.data {
	margin: 0px 0px 10px 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: rgb(153, 0, 0);
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.8em;
}
h5 {
	font-size: 0.6em;
}
h6 {
	font-size: 0.4em;
}
p {
	font-size: 0.8em;
}
img {
	border: none;
}
a {
	color: rgb(0, 0, 0);
	text-decoration: none;
	border-bottom: 1px dashed rgb(0, 0, 0);
}
a:hover {
	color: rgb(153, 0, 0);
	text-decoration: none;
	border-bottom: 1px dashed rgb(153, 0, 0);
}

/* Classes */
span.noscript {
	color: rgb(255, 0, 0);
	font-size: 1em;
}
p.message, p.error {
	color: rgb(255, 0, 0);
	/*background: rgb(102, 153, 255);*/
	/*margin-bottom: 10px;*/
}
/* Невидимий */
div.invisible {
	visibility: hidden;
}
div.invisible img {
	width: 1px;
	height: 1px;
}
form input.submit {
	background: rgb(153, 0, 0);
	color: rgb(255, 255, 255);
	font-weight: bold;
	border: 1px solid rgb(153, 153, 153);
	cursor: pointer;
}
/* table_data */
table.data {
	border-collapse: collapse;
	/*margin-left: 10px;
	margin-right: auto;*/
	margin-bottom: 10px;
	width: 520px;
}
table.data caption {
	font-size: 0.9em;
	font-weight: bold;
	margin: 5px auto;
}
table.data td {
	padding: 5px;
	font-size: 0.8em;
	/*text-align: center;*/
	border: 1px solid rgb(153, 153, 153);
}
table.data tr.thead td {
	font-weight: bold;
	font-size: 0.75em;
	background: rgb(242, 242, 242);
}
table.data tr.tfoot td {
	font-size: 0.8em;
	font-style: italic;
}
table.data td form {
	margin: 0px;
}