BODY {
	font-family: Gill Sans, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-stretch: wider;
	line-height: 1.2;
	color: #000;
	text-decoration: none;
	text-align: left;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

A:link {text-decoration: underline; font-style: normal;}
A:visited {text-decoration: underline; font-style: normal;}
A:hover {text-decoration: none; font-style: normal;}
A:active {text-decoration: none; font-style: normal;}

UL, DL {
	color: inherit;
	font-size: inherit;
	font-stretch: inherit;
	font-size-adjust: inherit;
	}
	
DD.orange {
	display: list-item;
	list-style: outside url('../index/logo-list-orange.gif');
	font-size: inherit;
	font-stretch: inherit;
	font-size-adjust: inherit;
	}

DD.purple {
	display: list-item;
	list-style: outside url('../index/logo-list-purple.gif');
	font-size: inherit;
	font-stretch: inherit;
	font-size-adjust: inherit;
	}

DD.green {
	display: list-item;
	list-style: outside url('../index/logo-list-green.gif');
	font-size: inherit;
	font-stretch: inherit;
	font-size-adjust: inherit;
	}

DD.magenta {
	display: list-item;
	list-style: outside url('../index/logo-list-magenta.gif');
	font-size: inherit;
	font-stretch: inherit;
	font-size-adjust: inherit;
	}

TABLE {	
	margin: 0px;
	padding: 25px;
	}

TD {
	text-align: justify;
	vertical-align: top;
	border: 0px;
	border-spacing: 0px;
	border: 0px solid #000000;
	padding: 5px;
	}
	
TH {
	text-align: right;
	vertical-align: top;
	border: 0px;
	border-spacing: 0px;
	border: 0px solid #000000;
	padding: 5px;
	font-size: 11pt;
	}
	
IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

OBJECT {
	border: 0px;
	margin: 0px;
	padding: 20px;
	z-index: 1;
	}


/* ID */

/* EGGS */
	
#magenta {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 120px;
	left: 100px;
	}

#purple {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 85px;
	left: 246px;
	}
	
	
#orange {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 120px;
	left: 358px;
	}
	

#green {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 85px;
	left: 495px;
	}

/* TITLES */

#magentaTitle {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 297px;
	left: 150px;
	visibility: hidden;
	}

#magentaTitleVisible {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 297px;
	left: 150px;
	visibility: visible;
	}

#greenTitle {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 297px;
	left: 540px;
	visibility: hidden;
	}
	
#greenTitleVisible {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 297px;
	left: 540px;
	visibility: visible;
	}

#purpleTitle {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 297px;
	left: 290px;
	visibility: hidden;
	}

#purpleTitleVisible {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 297px;
	left: 290px;
	visibility: visible;
	}
	
#orangeTitle {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 297px;
	left: 430px;
	visibility: hidden;
	}

#orangeTitleVisible {
	border: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 297px;
	left: 430px;
	visibility: visible;
	}

/* TABLES */

#magentaTable {
	width: 555px; 
	position: absolute;
	top: 325px;
	left: 100px;
	border-top: solid 1px #f09;
	}

#greenTable {
	width: 555px; 
	position: absolute;
	top: 325px;
	left: 100px;
	border-top: solid 1px #cc3;
	}

#purpleTable {
	width: 555px; 
	position: absolute;
	top: 325px;
	left: 100px;
	border-top: solid 1px #339;
	}

#orangeTable {
	width: 555px; 
	position: absolute;
	top: 325px;
	left: 100px;
	border-top: solid 1px #f93;
	}

/* CLASS */


.cOrange {
	color: #f93;
	}

.cPurple {
	color: #339;
	}

.cMagenta {
	color: #f09;
	}

.cGreen {
	color: #cc3;
	}

