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}

a.one:link {color: #000000} 
a.one:visited {color: #000000} 
a.one:hover {color: #000000} 

a.white:link {color: #FFFFFF} 
a.white:visited {color: #FFFFFF} 
a.white:hover {color: #FFFFFF} 

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;
}

:link {
	color: blue;
	text-decoration: none
	
}

:visited {
	color: blue;
	text-decoration: none
}

:hover {
	color: blue;
	background: lavender;
	text-decoration: underline overline;
}



