/* Screen styles for the Landward 7.03 minutes pages */
body {
	font: medium Arial, Helvetica, sans-serif; 
	color: #000000;
	padding: 0 15px; 
	margin: 0;
	background-color: #FFF; 	
}
p {
	font-size: 95%;
}
.sub {
	font-weight: 600; 
	margin-bottom: -7px;
}
h3 {
	font-size: 110%; 
	font-weight: 500; 
	text-align: left;
}
h3.firstline {
	font-weight: 600; 
	text-align: left;
}
p.indent {
	margin-left: 1.5cm;
}
p.indent2 {
	margin-left: 2.3cm;
}
.italic {
	font-style: italic;
}
.bigger {
	font-size: 110%; 
	font-weight: 700;
}
.bold {
	font-weight: 700;
}
a:link {
	color: blue; 
}
a:visited {
	color: red; 
	text-decoration: none;
}
a:hover, a:active {
	color: fuchsia; 
	text-decoration: none;
}
body.select {
	margin:0;
	padding: 0;
	background-color: #DBE7A9;
}
div.choose {
	width: 180px;
	text-align: center;
	padding: 0;
	margin: 0;
}
div.choose p.light {
	font: bold 12px/1.1 Verdana, Arial, sans-serif;
	color: #183600;
	background-color: #FEFED6; 
	border-bottom: #61AD4D 5px solid;
	font-weight: 700;
	padding: 5px;
	margin: 0;
}
div.choose form {
	margin: 0; 
	padding: 0
}

