/*
	HS AVIATION STYLESHEET
	CREATED:29.05.01
	MODIFIED:29.05.08
	AUTHOR:ANDY FIELD
*/

/* RESET
******************************************/

#mnav,#nav,#header,#simg,#footer,#fspacer {
	display:none;
}

/* #logo {
	background:#fff url(/css/hsbba_logo.png) 0 0 no-repeat;
	display:block;
	height:131px;
	margin:0 0 2em 0;
	text-indent:-3000em;
	width:151px;
} */

#logo {
	height:87px;
	margin:0 0 2em 0;
	width:101px;
}

/* STYLES
******************************************/

html>body {
	font-size: 12px;
}

body {
	background:#fff;
	color:#000;
	font:62.5%/100% arial,verdana,sans-serif;
	margin:0;
	padding:1em;
	text-align:left;
}

p,dl,ol,ul,th,td {
	font-size:1em;
	line-height:1.5em;
}

h1 {
	font-size:1.6em;
}

table {
	font-size:100%;
}


