html {
	height: 100%; width: 100%;
}

.headercell {
	background-attachment: fixed;
	background-image: url(/components/images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bodycell {
	background-image: url(/components/images/backdrop.gif);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

.feedtable {
	background-image: url(/components/images/feedtable.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center middle;
}

.centretable {
	background-image: url(/components/images/balloon_bckgrnd.jpg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right bottom;
}

body {
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	scrollbar-arrow-color: #dfdfdf;
	scrollbar-base-color:#dfdfdf;
	font-family: "Verdana";
	font-size: 10pt;
	color: #000066;
}

h3 {
	font-weight: bold;
	font-style: italic;
	font-family: "Verdana";
	font-size: 12pt;
	color: #000066
}


p,td,th,dl,li,ul {
	font-family: "Verdana";
	font-size: 10pt;
	color: #000066;
}

a {
	font-weight: bold;
	font-family: "Verdana";
	font-size: 10pt;
	text-decoration: underline;
	color: #C70000;
}
a:hover { color: #C70000; }

.input {
	font-family: "Verdana";
	background-color: #FFFFFF;
	font-size: 8pt;
	color: #000066;
	border: solid 1px #C70000;
}

.buttoninput {
	font-family: "Verdana";
	background-color: #000066;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #C70000;
}

td.color1,th.color1,table.color1,tr.color1, .color1 p, .color1 td { background: #FFFFFF; color: #000066; }
td.menuitem,th.menuitem,table.menuitem,tr.menuitem, .menuitem p, .menuitem td { background: #FFFFFF; }
td.color3,th.color3,table.color3,tr.color3, .color3 p, .color3 td { background: #FFFFFF; color: #000066;  font-size: 12px; font-weight: bold; }

a.menuitem {
	color: #000066 !important;
	font-weight: normal;
	font-weight: bold;
}

a.menuitem:HOVER {
	color: #000066 !important;
	font-weight: normal;
	font-weight: bold;
}

img { border:none; }

A:visited {
	color: #C70000;
	text-decoration : underline;
}

A:active {
	color: #C70000;
	text-decoration : underline;
}

A:hover {
	color: #C70000;
	text-decoration : underline;
}

a.footer {
	color: #C70000;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}

a.footer:active {
	color: #C70000;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}

a.footer:hover {
	color: #C70000;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}


.version {  font-family: "Verdana"; font-size: 10px; color: #000066; text-decoration: none}

}

div.child {
	font-family: "Arial";
	font-size: 10pt;
	color: #000040;
    margin:         0px 0px 6px 0px;
    padding-left:      8px;
}

div.parent {
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	color: #000040;
    margin:         0px 0px 6px 0px;
	text-decoration: underline;
    cursor: pointer;
}
