/* Main */
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
}
img {
	border: 0px;
}
div.trust{
	width: 83px;
	height: 78px;
	padding-top: 10px;
	vertical-align: bottom;
	text-align: center;
	background: url('i/trust_bg.jpg') no-repeat;
	display: block;
	float: left;
	margin: 10px;
}
p{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}

.letter {
 font-size: 220%; /* Размер шрифта буквицы */
 float: left; /* Выравнивание по левому краю */
 color: blue; /* Цвет буквицы */
 padding-right: 3px; /* Отступ между буквицей и текстом */
 line-height: 32px; /* Положение символа */
}
.late{
	font-family: Tahoma;
	font-size: 12px;
}
.p{
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;
}
.close{
	font-family: Tahoma;
	font-size: 12px;
	color: #EFEFEF;
}
span#red.p{
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
}
.ph{
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
}
/* Links */

a.p:link, a.p:visited{
	color: #999999;
}
a.p:hover{
	color: #fd0000;
}
a.ph:link, a.ph:visited{
	color: #fd0000;
}
a.ph:hover{
	color: #3399FF;
}
a.late:visited, a.late:link{
	color: #fb0000;
	font-weight: bold;
}
a.late:hover {
	color: #000;
	font-weight: bold;
}