body, table, td	{
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

a {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #BD1B01;
	text-decoration: underline;
}

.thumb {
	border-width: 2px;
	border-color: #996204;
}

.title {
	color: #BD1B01;
	text-decoration: none;
}

.newsDiv {
	padding-bottom: 20px;
	padding-top: 12px;
	border-bottom : 1px dotted #dddddd;
	margin-bottom: 12px;
}

.newsRub {
	font-weight: bold;
	margin-bottom: 12px;
}

.rub {
	font-family: Georgia;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 6px;
	line-height: 25px;
	}

.subRub {
	font-family: Georgia;
	font-weight: bold;
	font-size: 13px;
	padding-top: 28px;
	padding-bottom: 4px;
	}

.date {
	font-family: Georgia;
	font-size: 14px;
	color: #666666;
	padding-bottom: 5px;
	}
		
.sep {
	color: #F7F7F7;
	background-color: #F7F7F7;
	padding-bottom: 20px;
	border-bottom : 1px dotted #dddddd;
	margin-bottom: 20px;
}

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #FFD6D6 url(../i/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #D8E5F8 url(../i/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #FEF6D8 url(../i/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #EEF7DD url(../i/status-download.png) 10px 50% no-repeat;
}

pre {
	padding: 10px;
	background: url(../i/spacer.png);
}