body         {
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Comic Sans MS;
	font-size: 10pt;
	color: #000000;
	background-color: #996699;
}

table {  margin-top: 2px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px}
td {
	font-family: Comic Sans MS;
	font-size: 10pt;
	color: #00000;
	}


h1 { font-family: Comic Sans MS;  font-size: 23pt; margin-top: 0px; margin-bottom: 0px; margin-left: 3px; margin-right: 3px;}
h2 { font-family: Comic Sans MS;  font-size: 16pt; margin-top: 0px; margin-bottom: 0px; margin-left: 3px; margin-right: 3px;}
h3 { font-family: Comic Sans MS;  font-size: 12pt; margin-top: 0px; margin-bottom: 0px; margin-left: 3px; margin-right: 3px;}
ul { font-family: Comic Sans MS;  font-size: 10pt}
td { font-family: Comic Sans MS;	font-size: 10pt;}

p {  font-family: Comic Sans MS; font-size: 11pt; margin-top: 0px; margin-right: 1px; margin-bottom: 0px; margin-left: 1px}
 
a:link {  text-decoration: underline; color: #996699 }
a:hover {  text-decoration: none; background:#99CC99; color: #996699 } 
a:visited {  text-decoration: underline; color: #996699 }

.author { 	font-style: italic; }
.heading { font-weight: bold; }
.small { 	font-size: 8pt; }
.medium { font-size: 10pt; }

.text_body {
	font-family: Comic Sans MS;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.text_headings {
	font-family: Comic Sans MS;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.links {
	font-family: Comic Sans MS;
	font-size: 10pt;
	color: #FFFFFF;
}
.text_colour {
	color: #FFFFFF;
	}

/* START NEW STYLES */
/* .listing-table is the default style for all listing rows */

table.listing-table {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	background-color: #309898;
	border-top:#CCCC66 1px solid;
	border-left:#CCCC66 1px solid;
}

table.listing-table tr td {
	border-right:#CCCC66 1px solid;
	border-bottom:#CCCC66 1px solid;
}

table.listing-table td {
	padding: 1px;
}

.listing-table {
	background-color: #309898;
	border: 1px solid #CCCC66;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
}

.listing-table a:link, .listing-table a:visited {
	color: #FFFFFF;
	text-decoration: underline;

}

.listing-table a:hover, .listing-table a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCC66;

}
