body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	color: #262C5E;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262C5E;
}

a:hover {
	text-decoration: none;
	color: #0099CC;
}

a {
	text-decoration: none;
	color: #262C5E;
}

.whitetxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #262C5E;
	text-decoration: none;
	line-height: 15px;
}
.aircraftsubmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F5AC05;
	text-decoration: none;
	line-height: 15px;
}
.forecourtsubmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #289590;
	text-decoration: none;
	line-height: 15px;
}
.motorsportsubmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C10D0E;
	text-decoration: none;
	line-height: 15px;
}
.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.whitetxtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}

.orangetxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #F4640D;
}
.lowerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #f4640d;
}

input {
	border: 1px;
	border-color: #262C5E;	
	color: #262C5E;
	font-size: 11px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px;
	border-color: #262C5E;	
	width: 95%;
	color: #262C5E;
	font-size: 11px;
}

select {
	border-color: #262C5E;
	color: #262C5E;
	font-size: 11px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 15px;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f4640d;
	margin-bottom: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}
th {
	background-color: #262C5E;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #666666;
}
.Motorsport {
	background-color: #C10D0E;
	color: #000000;
}
.Aircraft {
	background-color: #F5AC05;
	color: #000000;	
}
.Forecourt {
	background-color: #289590;
	color: #000000;	
}