html,body{
height:100%;
margin:0px;
padding:0px;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
background-image: url(img/sky.gif);
background-position: top;
background-repeat: repeat-x;
background-color: #eaf5f9;
color: #9a9a9a;
}
table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
}

table td{
padding:0px; /* cellspadding="0" */	
} 
.lang{
	padding-right: 12px;
	padding-top:8px;
}
.lang a{
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 6px;
}
.lang a:hover {
	text-decoration: underline;
}
.submit{
	background-image: url(img/button.gif);
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 12px;
	width: 53px;
	height: 22px;
}
.input{
	font-size: 12px;
	padding-right: 4px;
	background-color: White;
	height: 22px;
	border: 1px;
	border-color:  #929290;
	border-style: solid;
}
.content{
	padding: 0px; /*18px;*/
	vertical-align: top;
}
.menu a{
	display: block;
	width: 205px;
	text-align: right;
	color: White;
	padding-right: 26px;
	text-decoration: none;
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 4px;
}
.menublock{
	padding-left: 45px;
}
h1,h2,h3,h4,h5,h6{
	color: #279fd1;
	font-size: 100%;
}
p{
	font-size: 80%;
}
a{
	color: #279fd1;
}
.copy{
	font-size: 80%;
}

