h1 {  font-weight: normal; margin-top: 0px; margin-bottom: 0px; font-family: Arial; font-size: 8pt; font-style: normal; line-height: normal; letter-spacing: 1px; color: #000000; text-decoration: none}
h2 {  font-weight: normal; margin-top: 0px; margin-bottom: 0px; font-family: Arial; font-size: 8pt; font-style: normal; line-height: normal; letter-spacing: 1px; color: #000000; text-decoration: none}

.style2 {font-size: 12px}
.style4 {font-size: 12px; font-family: Tahoma; }
.style5 {font-size: 14px; font-family: Tahoma; }
.style6 {font-size: 14px}
.style7 {font-size: 16px; font-family: Tahoma; }
.style8 {font-size: 12px; font-family: Tahoma; font-weight: bold; }
.style10 {font-size: 14}
.style11 {font-size: 12px; font-family: Arial; }

a.one:link {color: #000000; text-decoration: none}
a.one:visited {color: #000000; text-decoration: none}
a.one:hover {color: #000000; text-decoration: none} 

a.link:link {color: #0000CC; text-decoration: none}
a.link:visited {color: #0000CC; text-decoration: none}
a.link:hover {color: #0000CC; background: lavender; text-decoration: underline overline}

a.grey:link {color: #999999; text-decoration: none}
a.grey:visited {color: #999999; text-decoration: none}
a.grey:hover {color: #999999; text-decoration: none}

a.light:link {color: #FFFFFF; text-decoration: none}
a.light:visited {color: #FFFFFF; text-decoration: none}
a.light:hover {color: #FFFFFF; text-decoration: underline overline} 

BODY {

}
	
table {
	border = 0;
	background = "#666666";


}

table.noborder {
	border = 0;
	background = white;
}

table.printnoborder {
    border = 0;
    background = white;
	font-family = Arial;
}

table.headcolour {
	border = 0;
	background: lavender;
}

table.menu {
	border = 0;
	background = white;
}

table.print {
	border = 0;
	background = black;
}

table.choices {
	border = 0;
	background = white;
	width = 100%;
}

table.inner {
	border = 0;
	background = lightsteelblue;
	width = 100%;
}

tr.title {
	background: lightsteelblue;
	font-weight: bold;
}

tr.head {
	background: lavender;
	font-weight: bold;
}

tr.cell {
	background: whitesmoke;
}

tr.alttitle {
	background: gray;
	font-weight: bold;
}

tr.althead {
	background: silver;
	font-weight: bold;
}

tr.altcell {
	background: gainsboro;
}

div.info {
	width: 80%;
	background: lightsteelblue;
	border-left: solid;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left-width: thin;
	border-color: red;
	padding-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

div.menu {
	border: none;
	width: 80%;
	background: white;
	border-left: solid;
	border-right: none;
	border-top: none;
	border-bottom: solid;
	border-left-width: thin;
	border-bottom-width: thin;
	border-color: black;
	padding-left: 0.5em;
	padding-top: 0.0em;
	padding-bottom: 0.0em;
}

div.choices {
	border: none;
	width: 80%;
	background: white;
	border-left: solid;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left-width: thin;
	border-color: red;
	padding-left: 1em;
	padding-top: 0.0em;
	padding-bottom: 0.0em;
}





