
/* font style */

p, .bold {
	font-family : Arial, Helvetica, Verdana;
	color : #000000;
	font-size: 80%;
	margin-top:0;
	margin-left:1.4em;
	margin-right:0.8em;
}

.indent  {
	 margin-left: 3%;
}

h4 {
 	font-family : Arial, Helvetica, Verdana;
	font-weight:bold;
	font-size:1.0em;
	margin-left:1.0em;
}

/* home content background colour and text style */

.mainBody  {
	font-family : Helvetica, Arial, Verdana;
	color : #ffffff;
	font-size:115%;
	background-color:#ffffff;
}

.content {
	background-color:#ffffff;
}

.top {
	font-family : Helvetica, Arial, Verdana;
	font-size:80%;
}

/* main header style */

.mainHeader {
	font-family : Helvetica, Arial, Verdana;
	color : #ffffff;
	font-size: 240%;
	line-height:150%;
}


/* picture background color and caption style */

.mainPic {
	display:none;
}

				

/* link style */

a:link {
	font-family : Arial, Helvetica, Verdana;
	color : #008080;
	font-size: 100%;
	text-decoration: underline;
}

a:active {
	font-family : Arial, Helvetica, Verdana;
	color : #008080;
	font-size: 100%;
	text-decoration: underline;
}

a:visited {
 	font-family : Arial, Helvetica, Verdana;
	color : #008080;
	font-size: 100%;
	text-decoration: underline;
}

a:hover {
	font-family : Arial, Helvetica, Verdana;
	color : #008080;
	font-size: 100%;
	text-decoration: underline;
}

a.copy:link {
color:#ffffff;
font-size:0.9em;
text-decoration: none;
}

a.copy:visited {
color:#ffffff;
font-size:0.9em;
text-decoration: none;
}


/* navigation link style */

.navlink {
display:none
}

a.nav:link {
color:#008080;
font-size:0.8em;
text-decoration: none;
}

a.nav:visited {
color:#008080;
font-size:0.8em;
text-decoration: none;
}

a.navbold:link {
font-weight:bold;
color:#008080;
font-size:0.8em;
text-decoration: none;
}

a.navbold:visited {
font-weight:bold;
color:#008080;
font-size:0.8em;
text-decoration: none;
}



/* list style */

ul, ol {
	font-family : Arial, Helvetica, Verdana;
	color : #000000;
	font-size: 80%;
}

/* background color and scrollbar */

BODY {	

	background-color:#ffffff;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-arrow-color:#666666;
	scrollbar-base-color:#cccccc;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#cccccc;
	scrollbar-track-color:#cccccc;
}

img {
	display: none;
}
