@charset "utf-8";
/* CSS Document */


body {
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #85CA28;

	background-image: LOGO1frame.jpg
; 	background-image: url(LOGO1%20frame.jpg);
}

}
.clinicalpicture {
	text-align: center;
}
.leftmargin {
	text-align: center;
	vertical-align: text-top;
	padding: 3px;
	width: 205px;
	height: 400px;
	top: 210px;
	position: absolute;
	line-height:24px;
}
.blackfont {
	color:#000
}

.addressbox {
	font-size: 11px;
	background-color: #85CA28;
	height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	word-spacing: inherit;
}


.titlebox {
	text-align: center;
	width: 315px;
}

	
h1 {
	justify:middle;
	color: #85CA28;
	}
h2 {
	justify:centre;
	font-variant: none;
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height:20pt
	}
h3 {
	color: #85CA28;
	line-height:16pt;
	text-align: left;
	}
h4 {
	text-align: left;
	color: #85CA28;
	line-height:14pt;
	}
h5 {
	text-align: justify;
	font-size: 12pt;
	padding-bottom: 7px;
	}
p {
	font-size:14px;
	color: #000;
	text-align: justify;
}
a {
	color: #85CA28;
	font-size:11pt;
	font-weight:bold;
	margin-right: 9px;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #090;
}
a:active {
	text-decoration: none;
	text-align: center;
}


.bodyfont {
	font-size: 11pt;
	line-height: 120%;
	font-weight: normal;
	text-align: justify;
	color: #000
}
.toppagelinks {
	color: #85CA28;
	font-family: Arial, Helvetica, sans-serif;
	padding top:9px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	line-height: 150%
}
.contenttable {
	width: 650px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 7px;
	height: 350px;
	overflow: auto;
	position: absolute;
	left: 210px;
	top : 205px;
	text-align: justify;
}


#scroller {
	overflow: auto;
	position: relative;
	width: 650px;
	height:300px;
	padding-right: 15px;
	padding-bottom: 15px;
	color: #333333;
	border: 0px solid #D7EBFF;
	text-align: justify;
}
#scrollerinner {
	padding: 4px 4px;
	font-size: 14pt;
}
CSS used for the colored scrollbar effect.  
This effect is IE only though.

<style type="text/css">
html {
scrollbar-arrow-color:#FFFFCC;
scrollbar-track-color:#85CA28;
scrollbar-face-color:#000;
scrollbar-highlight-color:#8C8CFF;
scrollbar-3dlight-color:#8C8CFF;
scrollbar-darkshadow-color:#8C8CFF;
scrollbar-shadow-color:#8C8CFF;
}
</style>

