/* Minimal styling for Netscape 4 */
/*
colours used are:

	blue			#006		nav bar section :hover, h1, h2
	red				#900		nav bar current section, h3, h4
	gray			#666		inline link:hover underline
	dark gray		#999		nav bar link
	black			#000		body text
	white			#fff			body background

fonts used are:

	body			Gill Sans or else Helvetica (Mac)
					Trebuchet MS or else Arial (Windows)

	headings		Gill Sans or else Helvetica (Mac)
					Trebuchet MS, or Verdana, or else Arial (Windows)
*/
@import url('extended3.css');


body {
	font-family: 'Gill Sans', 'Trebuchet MS', 'Mahsuri Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: small;
	margin: 0em 25px; /* get NEW margin widths */
}

h1, h2, h3, h4 { 
	font-family: 'Gill Sans', 'Trebuchet MS', 'Verdana', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
}

h1, h2 {
	color: #006;
	font-variant: small-caps;
}

h3, h4 { color: #900; }

h1 { font-size: 120%; }

h2 { font-size: 110%; }

h3, h4 { font-size: 105%; }

h4 { font-style: italic; }

th, td { vertical-align: top; }

img { border: none; }

a:link, a:visited { 
	color: #900;
	text-decoration: underline;

}

p:first-letter { font-size: 120%; }

.RightFloat {
	float: right;
	margin: 0 0 .5em 1em;
	text-align: right;
}

.LeftFloat {
	float: left;
	margin: 0 1em .5em 0;
	text-align: left;
}

.Caption {
	font-size: 85%;
}                                                                                                                          
