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

.lori {
	background-attachment: scroll;
	background-image: url(/components/images/tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.tablecell {
	background-image: url(/components/images/clouds_tile.jpg);
	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: #3399FF;
	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: 10pt;
	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: #CC3333;
}
a:hover { color: #C70000; }

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

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

td.color1,th.color1,table.color1,tr.color1, .color1 p, .color1 td { background: #FFFFFF; color: #CC3333; }
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: #CC3333;  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: #CC3333;
	text-decoration : underline;
}

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

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

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

}