/* ".The following is used to format blocks of text that will compose the body of the web pages*/
p.norm{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : Black;
}

/* The following is for smaller blocks of text */
p.small{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Black;
}

/* The following is the formatting for side navigational text */
p.nav{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : 800;
}

/* The following formats all links*/
	A:link {
	color:#FF3300;
	text-decoration : underline;
}
	A:active{
	color: Olive;
	text-decoration: none;
}
	A:visited {
	color: Maroon;
	text-decoration : none;
}
	A:hover {
	color:#FF3300;
	text-decoration : none;
	}

/* Coloured scroll bars for IE 5.5*/
BODY {
	scrollbar-track-color: white;
	scrollbar-face-color: red;
	scrollbar-highlight-color: red;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color: red;
	scrollbar-arrow-color: black;
}

h1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	color : Black;
}

h2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : Black;
}

ul{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Black;
}