body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #666666;

}

body#printing{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
}


.imageBuffer {
	margin: 10px;
}

#main {
	position: absolute;
	width: 850px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

#mainContent {
}

#mainContentIndex {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: 10px;
	top: 10px;
	width: 445px;
	font-size: x-small;
	color: #2E2E2E;
	text-align: justify;
}

#indexBackground {
	background-repeat: repeat-y;
	background-image: url(../images/bottom_background.jpg);
}

#contentBackground {
	background-repeat: repeat-y;
	background-image: url(../images/content/bottom_background.jpg);
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #2E2E2E;
	text-align: justify;
}
/* the header colour below was changed to dark green, with no small caps Jan. 24/07 */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #006C32;
	text-align: center;
}
/* the header colour below was changed to dark blue, with no small caps Jan. 24/07 */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #2570B1;
}
/* the header colour below was changed to dark blue, with no small caps Jan. 24/07 */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #2570B1;
}

b {
	
}

li {
	list-style-image:url(../images/arrow_blue.gif);
}
ul{list-style-image:url(../images/arrow_blue.gif);
color:#000000;font-family: Verdana,Tahoma,Arial,sans-serif;font-size: 10pt;
}

.header {
	font-size: 20px;
	font-variant: small-caps;
}