BODY {
	background-color : #FFFFFF;
	color : #000000;
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-color: #000000;
	margin-left : 5px;
	margin-right : 5px;
	background-position : bottom right ;
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-image : url(logo_bg.jpg);
}

A {
	color : #882200;
	text-decoration : none;
}

A:LINK, A:VISITED {
	color : #441100;
	text-decoration : none;
}

A:HOVER {
	color : #AA2200;
	text-decoration : none;
}

A.ND {
	TEXT-DECORATION: none;
	COLOR: black;
}
A.ND:hover {
	FONT-WEIGHT: bold;
	COLOR: black; 
}
A.ND:visited, A.ND:active, A.ND:focus, A.ND:link {
	COLOR: black;
}

H1 {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	color : #550022;
	font-size : 180%;
	margin-bottom : 1%;
	background-image : url(h1.gif);
}

H2 {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	color : #550022;
	font-size : 150%;
}

H3 {
	color : #550022;
	font-size : 130%;
}

H4 {
	color : #550022;
	font-size : 110%;
	font-weight : bold;
}

CAPTION {
	font-weight : 800;
}

SMALL {
	font-size : xx-small;
}


TABLE {
	font-size : 100%;
	border-collapse: collapse;
}

TABLE.colour {
	font-size : 85%;
	background-color : #FFFFAA;
}

TH {
	background-color : #E5E600;
} 

TR {
	font-size : 100%;
	vertical-align : top;
}

TD {
	font-size : 100%;
}

P.copy {
	font-size : 54%;
	margin-bottom : 0px;
	margin-top : 1px;
	text-align : right;
	font-family : Terminal;
	margin-right : 3px;
	border-top : 1px solid;
	padding-top : 2px;
}

HR {
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 2px;
	margin-right : 2px;
	color : Black;
	height : 1px;
}


