a.one {
	text-decoration:none; 
	font-weight:normal; 
	font-size:11px; 
	font-family:arial; 
	color:white; 
}

a:hover.one {
	text-decoration:underline; 
	font-weight:normal; 
	font-size:11px; 
	font-family:arial; 
	color:white; 
}

a.two {
	text-decoration:none; 
	font-weight:normal; 
	font-size:11px; 
	font-family:arial; 
	color:black; 
}

a:hover.two {
	text-decoration:underline; 
	font-weight:normal; 
	font-size:11px; 
	font-family:arial; 
	color:black; 
}

.form { 
	FONT: 11px arial; 
	COLOR: #333333;
	BORDER: #333333 1px solid; 
}

.check { 
	FONT: 11px arial; 
	COLOR: #333333;
	BORDER: 0px; 
}

.button { 
	BACKGROUND: #E6E6E6; 
	FONT: 10px arial; 
	COLOR: #333333; 
	BORDER: #333333 1px solid; 
	cursor: hand;
}

.text {
	font-weight: normal; 
	font-size: 11px; 
	font-family: arial; 
	color: white; 
	text-align: justify; 
}

.center {
	font-weight: normal; 
	font-size: 11px; 
	font-family: arial; 
	color: white; 
	text-align: center; 
}

.text_bl {
	font-weight: normal; 
	font-size: 11px; 
	font-family: arial; 
	color: black; 
	text-align: justify; 
}

.border_white { 
	border-collapse: collapse; 
	border: 1px solid; 
	border-color: white; 
}

.border_boki { 
	border-collapse: collapse; 
	border-left: 1px dashed; 
	border-right: 1px dashed; 
	border-color: black; 
}

.ramka {
  border:1px solid white;
  padding:2px;
}
.ramka img {
  display:block;
  border:0px;
}

.hr { 
	color: white; 
}

.table { 
	border-collapse: collapse; 
	border: 1px solid; 
	border-color: white; 
}

.td_c { 
	border: 1px solid; 
	border-color: white;
	font-weight: normal; 
	font-size: 11px; 
	font-family: arial; 
	color: white; 
	text-align: center; 
}

.td_l { 
	border: 1px solid; 
	border-color: white;
	font-weight: normal; 
	font-size: 11px; 
	font-family: arial; 
	color: white; 
	text-align: left; 
}
