﻿html, body
{
	font-family: Arial;
	font-size: 90%;
	margin:0;
    padding:0;
    height:100%;
    border:none
}
h1
{
	color: #085194;
	font-size: 130%;
}
h2
{
	color: #085194;
	font-size: 120%;
}
h3
{
	font-size: 110%;
}
h4
{
	font-size: 100%;
}
h5
{
	font-size: 90%;
}
.title
{
	font-size: 120%;
}
.whiteTitle
{
	font-size: 120%;
	color: White;
}
.footer
{
	font-size: 70%;
}
.annotation
{
	font-size: 80%;
	font-style: italic;
}
.indent
{
	padding-left: 20px;
}
.underline
{
	text-decoration: underline;
}
.leftNav
{
	color: White;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
A.leftNav:hover
{
	color: #99FF00;
}
.topMenu
{
	text-decoration: none;
	font-size: 11px;
	color: White;
	line-height: 12px;
}
a.topMenu:link
{
	color:white;
}
a.topMenu:visited
{
	color:white;
}
a.topMenu:hover
{
	color: #99FF00;
}
.search
{
	text-decoration: none;
	font-size: 12px;
	color: White;
	text-align:right;
}
A.search:hover
{
	color: #99FF00;
}
.hospitalName
{
	font-size: 120%;
}
.redText
{
	color:Red;
}
.participationList
{
	padding-bottom: 10px;
}
.button
{
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='gray', Positive='true');
	background-color: #0F5896;
	font-weight: bold;
	color: #FFFFFF;
}
.noBorder
{
	MARGIN-TOP: 0px;
    MARGIN-BOTTOM: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px
}
.numbercontent
{
	width: 70px;
	text-align: right;
	padding-right: 20px;
}
@media print
{
	.menu, .noprint, .topMenu
    {
        position:absolute;
		top:-400px;
		left:-400px;
		width:0px;
		height:0px;
		visibility:hidden;
    }   
    #Header {
		height: 48px;
		text-align:right;
		vertical-align:bottom;
		padding-top:10px;	
		padding:0px;
		margin-bottom:50px;
	}
	#Body
	{
		width:100%;
		height:auto;
	}
	#Content
	{
		padding: 10px;
		width:100%;
		height:auto;
		left:0px;
	}
	#CopyRight
	{
		-khtml-opacity: 1.00;
		-moz-opacity: 1.00;
		text-align:right;
		clear:both;
		visibility:hidden;	
	}
}



