/*
*	Main Front End - 27/03/2005
*/

/* Other Style Sheets */
@import url(/site/css-a/layout.css);
@import url(/site/css-a/style.css);
@import url(/site/css-a/typography.css);

* {
	margin:0;
	padding:0;
}
body {
	font: 76%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #333
}
p, ul, ol, dl, blockquote, pre {
	margin-bottom: 0.75em
}
h2, h3, h4, h5, h6 {
	line-height:115%;
}
h1 {
	font-size:1.7em;
	line-height:115%;
}
h2, h3, h4, h5, h6 {
	font-size:1.0em;
}
h2 {
	font-size:1.2em;
	margin-bottom: 0.25em;
}
h3 {
	font-size:1.1em
}
a:hover {
	text-decoration:none
}
ul, ol {
	list-style-position: inside
}
#content ul, #content ol {
	margin-left:1em
}