/* CSS Document  ZEROS OUT THE PAGE AND SETS DEFAULT VALUES*/
/*this stylesheet is for the small pages displayed in the iframe*/

body {
	/*margin:0px auto;*/
	background-color: #FFFFFF;
	font-size: 80%;
	/*width: 98%;*/
	font-family: Tahoma;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a, table , tr,td, th, tbody,h1,h2,h3,h4, h5,h6,h7,h8,h9, p, hr, frameset, ul, li, ol, a, dl, dt, dd{
	margin: 0px;
	padding: 0px;
}
img {	border-style: none; }
div { }
ul,li { 	margin: 0px; 	padding: 0px; }
/*FONT SIZES*/
h1 {
	font-size: 160%;
	font-weight: normal;
}
h2 {
	font-size: 125%;
	font-weight: normal;
}
h3 {
	font-size: 115%;
	font-weight: normal;
}
h4{
	font-size: 100%;
	font-weight: normal;
}
h5 {
	font-size: 80%;
	font-weight: normal;
}
h6{
	font-size: 70%;
	font-weight: normal;
}
h7{ 	font-size: 60%; }
h8{ 	font-size: 50%; }
h9{ 	font-size: 33%; }
.extralarge {	font-size: 200%; }
/* global link styles */
a, a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.leftjustify {	text-align: left;}
.rightjustify {	text-align: right;}
.centretext {	text-align: center;}
.floatleft {float:left;}
.floatright {float:right;}
.floatnone {float:none;}
.clearleft{clear:left;}
.clearright{clear:right;}
.clearboth {clear:both;}
.fullwidth {	width: 100%;}
.divwidthmargin {width:98%}

/*  font colours here*/
.blackfont{	color: #000000;}
.redfont{	color: #FF0000;}
.yellowfont{	color: #FFFF00;}
.greenfont{	color: #00FF00;}
.bluefont{	color: #0000FF;}
.brownfont{	color: #660000;}
.purplefont{	color: #CC00FF;}
/*end of font colours */


.autocentre { margin:0px auto;}
ol li {
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
	white-space: normal;
	display: block;
	line-height: 1.5em;

}
ol li p {
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 100%;
	color: #006699;
}
hr {
	color: #006699;
}
body p {
	font-size: 1.1em;
	color: #4D5B66;
}

