a.hlinks,
a.hlinks:visited	{ color: #CC3300; text-decoration: none; }
a.hlinks:hover		{ color: #CC3300; text-decoration: underline; }	

.sum {
	text-align: right;
}

input.button-disabled {
	background-color: #97949E;
	border-width: 1px;
	font-family: Arial;
	font-weight:bolder;
	padding: 2px 2px 2px 2px;
	color:#AAAAAA;
	margin-top: 5px;
	margin-bottom: 5px;
}

input.button {
	background-color: #006FB3;
	border-width: 1px;
	font-family: Arial;
	font-weight:bolder;
	padding: 2px 2px 2px 2px;
	color:#FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

.error, .error a {
	text-align: center; 
	font-weight: bold; 
	color: #FF4E00;
}

a.faqlink {
	text-decoration: none;
	color: #FFFFFF;
}

a.faqlink:hover {
	text-decoration: underline;
}

.warning, .warning a, .warning a:link, .warning a:visited, .warning a:hover,
.txt-warn
{
	text-align: center; 
	font-weight: bold; 
	color: #FF4E00;
}

/* Форма регистрации */
table.form tr td, td.form
{
	background: #e0e0e0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

.register
{
	width: 220px;
}

.required
{
	color: #004f91;	
}

table.data th
{
	font-weight: bold;
	font-size: 70%;
	text-align: center;
	color: #132754;
	background: #c0c0c0;
	height: 25;
}

table.data tr.even,
table.data td.even,
.even
{
	background: #e0e0e0;
}

table.data tr.odd,
table.data td.odd,
.odd
{
	background: #e0e0e0;
}

tr.none,
td.none,
.none
{
	border: solid #ebebeb 1px;
}

tr.none-selected,
td.none-selected,
.none-selected
{
	border: solid #b0b0b0 1px;
}

table.data a.sortlink-active, 
table.data a.sortlink-inactive
{
	color: #132754;
}

table.data td
{
	padding: 2px;
}

table.data tr.group td
{
	font-weight: bold;
	text-align: center;
	background: #d0d0d0;
}

table.data tr.total td
{
	background: #b0b0b0;
	color: #132754;
	font-weight: bold;
}

table.clientinfo tr td
{
	background: #e0e0e0;
	padding-left: 6px;
	padding-right: 6px;
}

.normal, 
.faqlist {
	color: #FFFFFF;
	font-weight: normal;
	text-align: justify; }

.newsHeadline {
	background: #d0d0d0;
	height: 25px;
	padding: 0 10 0 10;
}

.newsDate { 
	color: black;
	font-weight: bold;
}

.newsTitle {
	color: #006FB3;
	font-weight: bold;
}

.newsText {
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
}

.newsText p{
	text-align: justify;
}