@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	letter-spacing: normal;
	margin:0px;
	margin-top:2px
}

html {
	overflow-y: scroll;
}

h1 {
	font-size:12px;
	text-align:center;
	color:#999999;
	padding:3px;
	margin:2px;
}

.MainHeader_Text_E_center {
	font-size: 16px;
	color: #066806;
	position: relative;
	font-style:normal;
	padding-top:0px;
	padding-bottom:5px;
	margin: 0px;
}

.AnnotationsContext{
	font-size:11px;
	line-height:16px;
}

.HoursContext{
	font-size:12px;
	line-height:16px;
	color:#000000;
}

.HoursContext B{

	color: #066806;
}


.AnnotationsContext Span{
	color: #066806;
}

.AnnotationsContext P{
	margin:11px 0px 11px 0px;
}

.AnnotationsContext H2 {
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size:18px;
	line-height:18px;
	color: #066806;
}

.AnnotationsContext H3 {
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size:18px;
	line-height:18px;
	color: #808968;
}

.AnnotationsContext UL {
	/*list-style: url(../images/LI1.gif) outside circle;*/
	list-style: outside circle;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 10px;
}

.AnnotationsContext LI {
	margin:0px;
}


.AnnotationsContext A, A IMG {
	text-decoration: none;
	border-color:#066806;
	color: #066806;
}

.AnnotationsContext A:hover, A:hover H2, A:hover IMG{
	/*font-weight: bold;*/
	text-decoration:none;
	border-color: #c05d96;
	color: #c05d96;
}


.Button_wide A {
	text-decoration: none;
	font-size:12px;
	color: #066806;
}
.Button_wide A:hover, A:hover DIV{
	/*font-weight: bold;*/
	text-decoration:none;
	color: #c05d96;
}
.Button_wide DIV {
	cursor:pointer;
	text-align:left;
	padding-top: 14px;
	height: 16px;
	padding-left: 4px;
	width: 156px;
}


.Button_up {
	background-image:url(../images/Button_up.gif);
}
.Button_up A {
	text-decoration: none;
	font-size:12px;
	color: #066806;
}
.Button_up A:hover, A:hover DIV{
	/*font-weight: bold;*/
	text-decoration:none;
	color: #c05d96;
}
.Button_up DIV {
	cursor:pointer;
	text-align:left;
	padding-top: 14px;
	height: 16px;
	padding-left: 4px;
	width: 156px;
}

.Button_down {
	background-image:url(../images/Button_down.gif);
}
.Button_down A {
	text-decoration: none;
	font-size:12px;
	color: #066806;
}
.Button_down A:hover, A:hover DIV{
	/*font-weight: bold;*/
	text-decoration:none;
	color: #c05d96;
}
.Button_down DIV {
	cursor:pointer;
	text-align:right;
	padding-top: 2px;
	height: 28px;
	padding-right: 4px;
	width: 156px;
}

.Links {
	text-decoration:none;
	color: #c05d96;
}

.AskDoctorInput{
	border-width: 1px;
	width: 100%;
}
.AskDoctorText{
	border-width: 1px;
	width: 100%;
	height: 82px;
	overflow: auto;
}