/* qgov stylesheet */
@import url(/css/qglayout.css);

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	/*line-height: 1.2em;*/
	letter-spacing: .01em;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	color: #000;
}


/* correct IE 5.5 font size in tables */
table {
	font-size: .8em;
}

/* hide accessibility links from visual browsers */
#access {
	position: absolute;
	left: -999px;
	width: 990px;
}

/*link colours*/
a:link {
	color: #000066;
}
a:visited {
	color: #660066;
}
a:active {
	color: #990000;
}
a:hover {
	color: #990000;
}

/*header graphics*/
#qglogo a img {
	border-width:0px;
}
#agency a img {
	border-width:0px;
}

/* search form */
#search {
	display: inline;
}

