<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-color: #82000C;*/
	background-color:#FF8822;
}
TD {
	font-family: tahoma;
	font-size: 11px;
/*	color: #858585;*/
	color:white;
}
TD.clients{
	color:black;
	padding-bottom:4px;
}
TD.clientSections{
	color:#858585;
}
A.outSide{
	font-family:tahoma;
	font-size:12px;
	color:white;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
A.outSide:hover{
	text-decoration:underline;
	color:black;
}
A.outSelect{
	font-family:tahoma;
	color:black;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
}

A.clients{
	font-family:Tahoma;
	font-size:11px;
	color:black;
	padding-bottom:4px;
	text-decoration:underline;
}
A.clients:hover{
	text-decoration:none;
}
A.content{
	font-family:Tahoma;
	font-size:11px;
	color:white;
	text-decoration:underline;
}
A.content:hover{
	text-decoration:none;
}
A.selected{
	font-family:inherit;
	color:FF8822;
	text-decoration:none;
}

.smallText{
	font-family:inherit;
	font-size:10px;
	color:#858585;
}

SPAN.langButts{
	border:1px dotted white;
	width:200px;
	align:right;
	
}
-->