html,body {
	margin: 0px;
    padding: 0px;
    height:100%;
	font-family: Tahoma;
	font-size: 11px;
	background: #ABD5F0;
}

form {
	margin:0;
	padding:0;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

div#bottom a { 
	text-decoration: none;
	color: #4E4F52;
}

div#bottom a:hover { 
	text-decoration: underline;
	color: #4E4F52;
}
