/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma;
}
h1 {
	font-size: 12px;
	color: #32A0DB;
}
h2 {
	font-size: 12px;
	color: #FFD000;
}
h3 {
	font-size: 12px;
}

p
{
    margin-top: 4px;
    FONT-SIZE: 11px;
    margin-bottom: 4px;
   
}

ul
{
	margin-top: 4px;
	FONT-SIZE: 11px;
	margin-bottom: 4px;
	list-style-type: disc;   
}
.lang {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.new {
	font-weight: bold;
	color: #32A0DB;
	text-decoration: none;
	font-size: 11px;
}
.date {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFD000;
}
.black_bg {
	background-color: #333333;
	background-image: url(images/10_100_22_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.news {
	color: #FFFFFF;
}
.copyright {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.new:hover {
	color: #FFD000;
	text-decoration: none;
}

.copyright:hover {
	color: #FFD000;
	text-decoration: none;
}
.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-indent: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.link {
	font-size: 11px;
	color: #32A0DB;
}
.lang:hover {
	color: #FFD000;
	text-decoration: none;
}
a:hover {
	color: #FFD000;
	text-decoration: none;
}
.menu_left {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu_left:hover {
	color: #FFD000;
	text-decoration: none;
}

#preloder{background:#CCCCCC; 
		color:#333333; 
		font-family:Arial,Helvetica,sans-serif; 
		font-size:24px; 
		text-align:left;
		padding-left:50px; 
		width:100%; 
		height:200px; 
		visibility:visible; 
		position:absolute; 
		z-index:2;
}