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

body {
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-base-color:#CCCCCC;
	color: #000000;
	background-attachment: fixed; 
	background-color: #FFFFFF; 
	background-image: url(/Components/images/background.jpg); 
	background-repeat: no-repeat; 
	background-position: right bottom
}

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

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

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

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

a {
	font-weight: bold;
	font-family: "Arial";
	font-size: 8pt;
	text-decoration: underline;
	color: #990000;
}
a:hover { color: #990000; }

.input {
	font-family: "Arial";
	background-color: #FFFFFF;
	font-size: 10pt;
	color: #000000;
	border: solid 1px #000000;
}

.buttoninput {
	font-family: "Arial";
	background-color: #000000;
	font-size: 10pt;
	color: #FFFFFF;
	border: solid 1px #990000;
}

img { border:none; }

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

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

.pagetitle {
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-family: "Arial";
}
