﻿@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, img,  a, p, form {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
	
.pngfix {
	behavior: url(/css/iepngfix.htc)
}
H1{
	display:inline-block;
	width:auto;
	font-size:13px;
	color:#FFF;
	padding:0px 5px;
	padding-top:3px;
}
H2{
	display:inline-block;
	width:auto;
	font-size:12px;
	color:#FFF;
	height:20px;
	padding:0px 5px;
	padding-top:5px;
}
body {
	font: 12px Arial;
	color: #ccc;
	direction: rtl;
	text-align: right;
	background:#444;
	overflow:visible;

}
html{
	direction: rtl;
	text-align: right;
	overflow:hidden;
	
}
.vt_twLogo{
	position: relative;
	display:block;
	float:right;
	top:-9px;
	width:auto;
	overflow:visible;
	
	

}
.footer{
	position:relative;
	width:100%;
	height:20px;
	border: solid 0px;
	margin-top:30px;
	color:#CCCCCC;
	text-align:center;

}

.footer A{
	color:#FFFFFF;
	
}
.footer STRONG{
	font-weight:normal;
}















