/*==========================================================================
==	LACflyingSchool.co.uk Stylesheet
==	version 1.0 (27/03/07)
==	version 1.1 (28/07/09)
==	Alex Carr
==========================================================================*/

/*====== Page objects ======*/
body, html {
	padding: 0;
	height: 100%;
	margin: 0;
	background-color: #E6E6E6;
}

.maxtableheight {
	height: 100%;
}

hr {
	width: 100%;
	color: #921F24;
	background-color: #921F24;
	height: 2px;
}

.outertable {
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #000000;
}
.menuheader {
	background-color: #921F24;
	color: #FFFFFF;
	font-weight: bold;
}

.advert {
	display: block;
	clear: both;
	width: 98%;
	padding: 1%;
	margin: 15px 0 15px 0;
	text-align: left;
	border: solid 1px black;
	font-family:Arial, Helvetica, sans-serif;
}

.advert h2 {
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}

.advert h3 {
	font-size: 75%;
	font-weight: bold;
}

.advert a {
	font-size:	75%;
}
	
/*====== Text and headings ======*/
ul, p, .body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	color:#000000;
}

a:link {color: #921F24; text-decoration: none;}
a:visited {color: #921F24; text-decoration: none;}
a:hover {color: #921F24; text-decoration: underline;}
a:active {color: #921F24; text-decoration: none;}

.siteheader {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	color: #921F24;
}

.subheading {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#000000;
	font-weight: bold;
}

.boldtext {
	font-weight: bold;
	font-size: 125%;
}
.footer {
	font-size: inherit;
	font-size: 75%;
}