/* ***************** */
/* Deaconess Classes */
/* ***************** */
.white 		{color: #FFFFFF}
/* white text */
.whitebold	{font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #FFFFFF;
			height: 15px;}

a.whitebold	{font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a.whitebold:visited	{font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
}

a.whitebold:hover	{font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

.grey {color: #808080}
/* white text */
a.grey	{text-decoration: none;
	color: #808080;
}

.blue 		{color: #0000FF}
.red 		{color: #FF0000}
.xsmall 	{font-size: 8px;
			line-height: 12px;}
.small 		{
			font-size: 9px;
			line-height: 12px;}
.medium 	{font-size: 10px}
.mediumbld 	{font-size: 11px;
			font-weight: bold}
.mediumblue	{font-size: 12px;
			color: #000080}
.mediumgrey	{font-size: 12px;
			font-weight: bold;
			color: #666666}
.mediumlg 	{font-size: 12px}
.large 		{font-size: 14px}
.huge 		{font-size: 30px;
			font-weight: bold;
			line-height: 36px;}
.xlarge 	{font-size: 16px}
.reverseblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #174B8C;
	line-height: 12px;
}
.reversegrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}
a:link 		{color: #0066CC}
a:visited 	{color: navy}
a:hover 	{color: #6699FF; 
			text-decoration: none}
body 		{font-size: 13px; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			margin: 0pt; padding: 0pt; border: 0pt}
			
p	 		{font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			line-height: 16px;}
			
/* headers */
h1 			{font-size: 16 px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #000066;}
			
h2 			{font-size: 14 px; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #0066CC;}
			
h3 			{font-size: 12 px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #0066CC;}

h4 			{font-size: 16 px;
			font-family: Verdana, Arial, Helvetica, sans-serif;}
			
h5 			{font-size: 14 px; 
			font-family: Verdana, Arial, Helvetica, sans-serif}
			
h6 			{font-size: 12 px;
			font-family: Verdana, Arial, Helvetica, sans-serif;}

select, input, button, textarea {background-color: #FFFFFF;
			font-size: 12px;
			border: 1px solid #000000;
			margin-left: 5px;
			color: #000000}

input.search,textarea.search {
	background-color: #FFFFFF;
	font-size: 9px;
	border: 1px solid #666666;
	color: #000000;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

/* table settings */
table 		{font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 16px;}
			
td.shadow 	{border-top-width: 1px;
			border-right-width: 2px;
			border-bottom-width: 2px;
			border-left-width: 1px;
			border-top-color: #000099;
			border-right-color: #000099;
			border-bottom-color: #000099;
			border-left-color: #000099;
			border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;}

td.framed 	{border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-top-color: #000099;
			border-right-color: #000099;
			border-bottom-color: #000099;
			border-left-color: #000099;
			border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;}

td.greyframed 	{border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-top-color: #999999;
			border-right-color: #999999;
			border-bottom-color: #999999;
			border-left-color: #999999;
			border-top-style: solid;
			border-right-style: solid;
			border-bottom-style: solid;
			border-left-style: solid;}
			
td.underline 	{
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			border-bottom-color: #B9B8D1;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: dotted;
			border-left-style: none;}

td.greybg 	{background-color: #CCCCCC;
			}


/* fake headers */
.header1	{
			font-size: 17px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #0066CC;
			font-weight: bold}
.header2	{font-size: 15px; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #0066CC;
			font-weight: bold}
.header3	{
			font-size: 13px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #000066;
			font-weight: bold}
.header6 	{
			font-size: 13px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #000080}

a.header6 	{text-decoration: none; 
			font-size: 13px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #000080}

a.header6:link {text-decoration: none; 
			font-size: 13px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #000080}

a.header6:hover {text-decoration: underline; 
			font-size: 13px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #000080}


/* news */
.news	 	{font-size: 10pt; 
			font-weight: bold; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; 
			color: #3366CC}

/* newsa */
.newsa	 	{font-size: 8pt; 
			line-height: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif}

.smalllink2
			{color:#000066;
			font-size:10px;
			font-family:Verdana,Helvetica,Arial,sans-serif; 
			text-decoration: underline}

/* callout */
.callout 	{font-size: 8pt; 
			font-weight: bold; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; 
			color: #3366CC}

/* callouta */
.callouta 	{font-size: 7pt; 
			line-height: 9px;
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			color: #666666}

/* ***************** */
/* Footer            */
/* ***************** */

.footer 	{font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #3B6AD4; 
			font-size: 11px}

a.footer 	{text-decoration: none; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #3B6AD4; 
			font-size: 11px}

a.footer:link {text-decoration: none; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #3B6AD4; 
			font-size: 11px}

a.footer:hover {text-decoration: underline; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #3B6AD4; 
			font-size: 11px}

/* *************** */
/* MedSeek Classes */
/* *************** */

span.dhptitle 	{font-family: georgia, "Times New Roman", times;
			font-size: 14pt;
			line-height: 18pt;
			color: #cc9900;
			font-weight: bold;
			background: white;
			padding: 3px}

span.date 	{color: 0066CC;
			font-family: arial;
			font-size: 10px;
			line-height: 28px}

input.image	{border: 0px;
			background-color: transparent}

.hierarchy 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

a.hierarchy 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

a.hierarchy:visited 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.pagebr {
	page-break-before: always;
}
.NavBarNum1 {font-family: verdana, Arial, Helvetica, sans-serif; 
		line-height: 11px;
		font-weight: bold; 
		font-size: 7.5pt; 
		color: #6262AD;}
	
a.NavBarNum1:link 	{color: #003399; text-decoration: none}
a.NavBarNum1:visited 	{color: #6A7575; text-decoration: none}
a.NavBarNum1:hover 	{color: #6699FF; text-decoration: underline}

.NavBarNum2sibling {font-family: verdana, Arial, Helvetica, sans-serif; 
		line-height: 11px;
		font-weight: bold; 
		font-size: 7.5pt; 
		color: #003399;}
	
a.NavBarNum2sibling:link 	{color: #003399; text-decoration: none}
a.NavBarNum2sibling:visited 	{color: #6262AD; text-decoration: none}
a.NavBarNum2sibling:hover 	{color: #003399; text-decoration: underline}

.NavBarNum2 {font-family: arial, Helvetica, sans-serif; 
		line-height: 11px;
		font-weight: bold; 
		font-size: 7.5pt; 
		color: #000099;}
	
a.NavBarNum2:link 	{color: #000099; text-decoration: none}
a.NavBarNum2:visited 	{color: #6A7575; text-decoration: none}
a.NavBarNum2:hover 	{color: #6699FF; text-decoration: underline}


.NavBarNum6 {font-family: verdana, Arial, Helvetica, sans-serif; 
		font-weight: bold; 
		font-size: 7.5pt; 
		color: #6262AD;}
	
a.NavBarNum6:link 	{color: #003399; text-decoration: none}
a.NavBarNum6:visited 	{color: #6A7575; text-decoration: none}
a.NavBarNum6:hover 	{color: #6699FF; text-decoration: underline}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pagebrA { 
	page-break-after: always 
}
li.lev1 {
	list-style-image: url(images/bullets/Arrow7a.gif);
}
li.lev2 {
	list-style-image: url(images/bullets/Arrow7aa.gif);
}
.greycall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6699FF;
}

.greycalla {
	font-size: 7pt; 
	line-height: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666666
}

a.greycall 	{font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #6699FF;
			text-decoration: none
}

a.greycall:visited 	{font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: navy;
			text-decoration: none
}

a.greycall:hover 	{font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #6699FF;
			text-decoration: underline
}

td.greycall 	{
	border: 1px solid #CCCCCC;
}
			
/* lteaser */
.lteaser 	{font-size: 10pt; 
			line-height: 14px;
			font-weight: bold; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			color: Navy}

a.lteaser 	{font-size: 11pt; 
			font-weight: bold; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			text-decoration: none; 
			color: #3366CC}

a.lteaser:visited {color: #666699}

a.lteaser:hover {color: #6699FF;
			text-decoration: underline}
/* mteaser */
.mteaser 	{font-size: 8pt; 
			line-height: 12px;
			font-weight: bold; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			color: #000000}

a.mteaser 	{font-size: 8pt; 
			line-height: 12px;
			font-weight: bold; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			text-decoration: none; 
			color: #3366CC}

/* mteasera */
.mteasera 	{font-size: 8pt; 
			line-height: 12px;
			font-family: Verdana, Arial, Helvetica, sans-serif}

/* mteasert */
.mteasert 	{font-size: 8pt; 
			line-height: 10px;
			font-weight: bold; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			color: #000000}

a.mteasert 	{font-size: 8pt; 
			line-height: 10px;
			font-weight: bold; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			text-decoration: none; 
			color: #3366CC}

a.mteasert:visited 	{color: navy}

a.mteasert:hover {color: #6699FF;
			text-decoration: underline}

td.mteasert	{border-collapse:collapse;
			border-spacing:0px;}

/* mteaserta */
.mteaserta 	{font-size: 8pt; 
			line-height: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif}

/* mteaser2 */
.mteaser2	{font-size: 8pt; 
			line-height: 12px;
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			color: #000000}

a.mteaser2 	{font-size: 8pt; 
			line-height: 12px;
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			text-decoration: none; 
			color: #3366CC}

/* teaser */
.teaser 	{font-size: 7pt;
			line-height: 12px;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #000000;
			vertical-align: bottom;}

a.teaser 	{font-size: 7pt; 
			line-height: 11px;
			font-weight: bold; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			text-decoration: none; 
			color: #003399}

a.teaser:visited {color: #6666FF}

a.teaser:hover {color: #6699FF;
			text-decoration: underline}

/* teasera */
.teasera 	{font-size: 7pt;
			line-height: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			vertical-align: top;}

a.subheadsm 	{text-decoration: none; 
			font-size: 10pt; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold; 
			color: Navy}

a.subheadsm:link {text-decoration: none; 
			font-size: 10pt; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold; 
			color: Navy}

a.subheadsm:hover {text-decoration: underline; 
			font-size: 10pt; 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold; 
			color: Navy}



