/*слоган*/
.slogan {
	COLOR: #011B06;
	FONT-FAMILY: "Times New Roman", Times, serif;
	FONT-SIZE: 12px;
}
/*заголовок*/
.title {
	color: #DA8E06;
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-size : 18px;
	font-weight : bold;
}
.data {
	COLOR: #005F9B; FONT-FAMILY: "Times New Roman", Times, serif; 
	FONT-SIZE: 14px;
	font-weight : bold;
}
/*подзаголовок*/
.name {
	COLOR: #FF8300; FONT-FAMILY: "Times New Roman", Times, serif; 
	FONT-SIZE: 14px;
	font-weight : bold;
}


td, p, .text {	
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-size : 10pt;
	color: #000000;
}
A {
	COLOR: #FF8300; FONT-FAMILY: "Times New Roman", Times, serif; FONT-SIZE: 10pt
}
A:hover {
	COLOR: #FF4D00;
}
.copy {
	COLOR: #000000; FONT-FAMILY: "Times New Roman", Times, serif; FONT-SIZE: 12px
}
.bordered {
	border: solid 1px #000000;
}