html {
	height: 100%; width: 100%;
}

.clinic {
	background-attachment: fixed
	fixed; background-color: #FFFFFF;
	background-image: url(/components/images/tile.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.tablecell {
	background-color: #FFFFFF;
	background-image: url(/components/images/cells.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: #6699CC;
	scrollbar-base-color:#6699CC;
	color: #6699CC;
}

p,td,th,dl,li,ul,pre {
	font-family: "Arial";
	font-size: 10pt;
	color: #6699CC
}

a {
	font-weight: bold;
	font-family: "Arial";
	font-size: 10pt;
	text-decoration: underline;
	color: #66CC99;
}
a:hover { color: #66CC99; }

a.footer {
	color: #66CC99;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}

a.footer:active {
	color: #66CC99;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}

a.footer:hover {
	color: #66CC99;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}

.input {
	font-family: "Arial";
	background-color: #FFFFFF;
	font-size: 10pt;
	color: #6699CC;
	border: solid 1px #66CC99;
}

.buttoninput {
	font-family: "Arial";
	background-color: #6699CC;
	font-size: 10pt;
	color: #FFFFFF;
	border: solid 1px #66CC99;
}

img { border:none; }

A:visited {
	color: #66CC99;
	text-decoration : underline;
}
pre { width:424px; }

A:active {
	color: #66CC99;
	text-decoration : underline;
}

.pagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
	font-family: "Arial";
}

ul.links {
	margin-top:1em;
	margin-bottom:0;
	margin-right:0;
	margin-left:.4em;
	padding:0;
	}

ul.links li {
	list-style:none;
	padding:.2em;
	}
ul.links lh {
	font-weight:bold;
	}