/* Stylesheet for AtEase.org.uk */

/* Images */
.banner {
position: relative;
border: none;
}

/* Text */
.body, .list {
font-family: "Arial";
text-align: justify;
font-size: 14px;
color: black;
}
.heading {
	font-family: "Arial";
	font-size: 16px;
	color: #000000;
	font-weight: 600;
}
.highlight {
	font-family: "Arial";
	font-size: 16px;
	color: #009933;
	font-weight: 600;
}

/* Tables */
.main {
min-height: 600;
overflow: visible;
}

/* Links */
a.nav:link, a.nav2:link {font-family: "Arial"; color: white; text-decoration: none;}
a.nav:active, a.nav2:active {font-family: "Arial"; color: #666666; text-decoration: none;}
a.nav:hover, a.nav2:hover {font-family: "Arial"; color: white; text-decoration: underline; text-shadow: red;}
a.nav:visited, a.nav2:visited {font-family: "Arial"; color: white; text-decoration: none;}

a.nav2 {font-size: 12px}

a.list:link {color: #009933; text-decoration: none; font-size: 16px;}
a.list:hover {color: #737373; text-decoration: underline !important; font-size: 16px;}
a.list:visited {color: #666666; text-decoration: none; font-size: 16px;}

a.list2:link {color: black; text-decoration: none; font-size: 15px;}
a.list2:visited {color: black; text-decoration: none; font-size: 15px;}
a.list2:active {color: black; text-decoration: none; font-size: 15px;}
a.list2:hover {color: black; text-decoration: none; font-size: 15px;}

.format01 {
	padding: .3em .3em .3em 0;
}
.subtext {
	font-size: 12px;
	text-align: left;
}
.format02 {
	vertical-align: top;
	text-align: right;
	padding: .3em .3em .3em 0;
}