*{
	margin : 0;
	padding : 0;
	border:0;
  border-collapse: collapse; 	
}

div{behavior: url(iepngfix.htc); }



body{
	background:url(images/top_bg.jpg) no-repeat top left;
	position:relative;
	font-family:arial;
	font-size:14px;
}
 

.languages{
	width:200px;
	height:50px;
	position:absolute;
	top:10px;
	right:10px;
}
.languages a {
	float: left;
	width: 25px;
	height: 25px;
	position: relative;
	behavior: expression(
		runtimeStyle.behavior = 'none',
		runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+firstChild.src+"', sizingMethod='image')"
	);
}
.languages a img{
	visibility: expression(runtimeStyle.visibility = 'hidden');
}
.center{
	width:475px;
	margin:0px auto;
	padding-top:210px;
}
.center a{
	font-size:14px;
	color:#3399cc;
}
.center a:HOVER{
	color:#205f7f;
}
.top{
	text-align:center;
	font-size:14px;
}
.top h1{
	font-weight:normal;
	color:#ba0000;
	font-size:30px;
	letter-spacing:1px;
}
.yellowframe{
	background:url(images/yellowframe.png) no-repeat bottom center;
	width:461px;
	height:143px;
	text-align:center;
	padding-top:3px;
}

.yellowframe .left, .yellowframe .right{
	width:150px;
	padding:10px 20px 0 20px;
	text-align:left;
}
.yellowframe .left{
	float:left;
}
.yellowframe .right{
	float:right;
}
.redtext{
	font-size:14px;
	font-weight:bold;
	color:#bb0f0f;
}
.bigredtext{
	font-size:18px;
	font-weight:bold;
	color:#bb0f0f;
}
.bluetext{
	color:#557788;	
}
.greytext{
	color:#6c6c6c;
}
.medium{
	text-align:left;
}
.medium span{
	display:block;
	width:25px;
	height:25px;
	float:left;
	behavior: expression(
		runtimeStyle.behavior = 'none',
		runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+firstChild.src+"', sizingMethod='image')"
	);	
}
.medium span img{
	visibility: expression(runtimeStyle.visibility = 'hidden');
}
.medium p{
	
	
}
.bottom{
	line-height:1.5;
}
.bottom p{
	margin-left:25px;
}
.bottom img{
	float:left;
	margin:7px 0 0 3px;	
}