﻿body, div, p, h1, h2, h3, ul, li
{
    margin: 0;
    padding: 0;
    font: normal 12px Arial;
}
.bottom-links
{
	clear: both;
	text-align: center;
	padding-top: 35px;
	font-size: 12px;
	color: #6a6a6a;
}
.bottom-links a
{
	color: #6a6a6a;
	text-decoration: none;
}
.bottom-links a:hover
{
	text-decoration: underline;
}
.bottom-links a.hiyo
{
	color: #0000ff;
	font-weight: bold;
	cursor:hand;
}
.languages 
{
	clear: both;
	padding-top:23px;
	font-size: 11px;
	color: #6a6a6a;
	text-align: center;
}
.languages a
{
    text-decoration:none;
    color: #6a6a6a;
    font-size:11px;
}

.langs-inner
{
    width:600px;
    border:0px solid red;
    line-height:19px;
}
.copyrights
{
	clear: both;
	padding-top: 23px;
	padding-bottom: 30px;
	font-size: 11px;
	color: #6a6a6a;
	text-align: center;
	direction:ltr;
}

