/* Default Style Sheet for FRIEND */
/* Created Oct 06 LZ              */

/* html selectors */
body {
	width: 780px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	background color: #008000;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	}
h1, h2, h3, h4, h5, h6 {
	color: #800000;
	font-style: bold;
	text-align: left;
	}
h1 {
	font-size: 24px;
	margin: 8px 0 8px 0; /*top right bottom left*/
	}
h2 {
	font-size: 24px;
	font-style: italic;
	margin: 8px 0 8px 0;
	}
h3 {
	font-size: 18px;
	margin: 6px 0 6px 0;
	}
h4 {
	font-size: 18px;
	font-style: italic;
	margin: 6px 0 6px 0;
	}
h5 {
	font-size: 14px;
	margin: 4px 0 4px 0;
	}
h6 {
	font-size: 14px;
	font-style: italic;
	margin: 4px 0 4px 0;
	}
table {
	margin: 10px 0 10px 0;
	}
td {
	vertical-align: top;
	padding: 0 4px 0 4px;
	}
p {
	color: black;
	text-indent: 0;
	text-align: left;
	margin: 0 0 6px 0;
	padding: 0 10px 0 0;
	}
ul, ol, dl {
	color: black;
	font-size: small;
	text-align: justify;
	margin: 0 0 4px 20px;
	}
dt {
	color: green;
	font-weight: bold;
	margin: 0 0 2px -10px;
	}
dd {
	margin: 0 0 2px 0;
	}
img	{
	border-style: none;
	border-width: 0px;
	}
table {
	Table-Layout: Fixed;
	}

/* ids */

#pagetop {
	position: absolute;
	z-index: 10;
	width: 780px;
	margin: 10px 0 10px 0;
	}
	
#contenta {
	font-size: small;
	position: absolute;
	z-index: 10;
	height: 410px;
	width: 250px;
	overflow: scroll;
 margin: 160px 0 0 0;
	padding: 0 15px 10px 10px;
	overflow: auto;
  background colour: white	}

#contentb {
	font-size: medium;
	position: absolute;
	z-index: 10;
	height: 410px;
	width: 500px;
	overflow: scroll;
	margin: 160px 0 0 270px;
	padding: 0 15px 10px 10px;
	overflow: auto;
 background colur: white }

#pagefoot {
	font-size: x-small;
	color: gray;
	position: absolute;
	z-index: 20;
	width: 780px;
	margin: 580px 0 0 0;
	padding: 10px 0 0 0;
	overflow: auto;
	}
	
/* classes */
	
.small {
	font-size: small;
	}	
.xsmall {
	font-size: x-small;
	}
	
/* Pseudo classes */

a:hover {
	color: #002809;
	text-decoration: underline;
	}
	
