body { 
	padding: 0;
	margin: 0;
	background-color: #B4D5EC;
}
img {
	border: 0;
	background-color: #B4D5EC;
}
table {
	border: 0;
	height: 100%;
	width: 100%;
}
#top1 {
	height: 150px;
	width: 344px;
	text-align: center;
	vertical-align: top;
}
	#lang {	
		font-family: Tahoma, Arial, sans-serif;
		font-size: 11px;
		color: #56768D;
		margin: 10px 0 25px 0px;
	}
	#lang a, #lang a:visited {color: #56768D; text-decoration: none}
	#lang a:hover {color: #56768D; text-decoration: underline}
	
#top2 {
	height: 100px;
	vertical-align: top;
}

#bg_left {	
	background-image: url("img/bg.gif");
	background-position: right top;
}

#bg_right {	
	background-image: url("img/bg.gif");
	background-position: left top;
}

#bg2_right {	
	background-image: url("img/bg2_right.gif");
	background-repeat: repeat-y;	
	background-position: left top;
}

#bg2_left {	
	background-image: url("img/bg2_left.gif");
	background-repeat: repeat-y;	
	background-position: left top;
}


#main1 {	
	background-image: url("img/bg_bot.gif");
	background-repeat: repeat-x;	
	background-position: right bottom;
	text-align: center;
	vertical-align: top;
}

#main2 {	
	background-image: url("img/bg_bot.gif");
	background-repeat: repeat-x;	
	background-position: right bottom;	
	vertical-align: top;
}
	h1 {		
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #2F3542;
		font-weight: bold;
		display: inline;
	}

	.text {		
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #515151;
		margin-right: 45px;
	}	
	.text a, .text a:visited {color: #2F3542; text-decoration: none}
	.text a:hover {color: #2F3542; text-decoration: underline}

#bot { 
	height: 50px;
	background-color: #7393A9;
	vertical-align: middle;
	text-align: right;
}
	#copy {	
		font-family: Tahoma, Arial, sans-serif;
		font-size: 11px;
		color: #F2F7FF;
	}
