html {
	height: 100%; width: 100%;
}

.elisi {
	background-attachment: scroll
	fixed; background-color: #FFFFFF;
	background-image: url(/components/images/table_bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

body {
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	scrollbar-arrow-color: #CC9900;
	scrollbar-base-color:#0099CC;
	color: #669999;
}

p,td,th,dl,li,ul {
	font-family: "Arial";
	font-size: 10pt;
	color: #669999
}

a {
	font-weight: bold;
	font-family: "Arial";
	font-size: 10pt;
	text-decoration: underline;
	color: #CC9900;
}
a:hover { color: #CC9900; }

.input {
	font-family: "Arial";
	background-color: #FFFFFF;
	scrollbar-arrow-color: #CC9900;
	scrollbar-base-color:#0099CC;
	font-size: 10pt;
	color: #669999;
	border: solid 1px #CC9900;
}

.buttoninput {
	font-family: "Arial";
	background-color: #0099CC;
	font-size: 10pt;
	color: #FFFFFF;
	border: solid 1px #CC9900;
}

img { border:none; }

A:visited {
	color: #CC9900;
	text-decoration : underline;
}

A:active {
	color: #CC9900;
	text-decoration : underline;
}

.pagetitle {
	font-size: 10pt;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
	font-family: "Arial";
}

.footer {
	font-size: 8px;
	color: #669999;
	font-family: "Arial";