
body {
	background-color:#fff;	
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
}

#page {
	background-color:#efefef;
	background-image: url('/TrackAndGeo/bg.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
	width:700px;
	margin:25px auto;
	padding:120px 80px 20px 30px;
	min-height:400px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}

#sld {
	width:0px;
	min-width:0px;
	border:0px;	
	outline:3px solid #2D5AC3;
}

h1, h2 {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.less {
	color:#999;
	font-size:12px;
}

.less2 {
	color:#000;
	font-size:12px;
}

a {
	color:#295c72;		
}
