@charset "utf-8";
/* CSS Document */

html{
	font-size:75%;
	height:100%;
}
body{
	margin:0;
	padding:0;
	background:white;
	min-height:100%;
	position:relative;
	min-width:1000px;
	font: normal 1em/1.3 Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
}

h1,h2,h3,h4,h5,h6{
	margin: 1em 0;
	padding:0;
}

h2{	font-size: 16pt; }
h3{	font-size: 14pt; }
h4{	font-size: 11pt; }

a{
	color:#455560;
}
a:hover{
	color:#0093d0;
}
a img{
	border:0;
}

#Page{
	position:relative;
	min-height:100%;
}




</*******************  Common styles   *********************/>

.clear{ clear:both; }
.relative{	position:relative; }
.thin{	font-weight:normal; }
