.text_bold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3F3E3D;
	text-decoration: none;
}
.text {

	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	color: #3F3E3D;
	text-decoration: none;
}
.more {

	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF6C00;
	text-decoration: none;
}
.links {
	font-family: tahoma;
	font-size: 12px;
	color: #1B6BA9;
	text-decoration: underline;
}
.name_cont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #464543;
	text-decoration: underline;
}
.mail {
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.sitno {
	font-family: tahoma;
	font-size: 10px;
	color: #3F3E3D;
	text-decoration: none;
}

.box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 1px;
	width: 348px;
	text-align: left;
	border-collapse: collapse;
}
.box-table-a th
{
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 2px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
.box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}