body {
	margin: 0;
	font-size: medium;
	line-height: 1.3;
	color: black;
	background: #99ccff;
	background-image: url(bg-cloud.gif)
}

h1 {
	font-size: large;
	color: #000099;
	text-align: center
}

.leftlarge {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-size: large
}

.centerlarge {
	text-align: center;
	font-size: large
}

.rightlarge {
	padding-right: 20px;
	text-align: right;
	font-size: large
}

.alert-red {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	background: #CC0033

}

.alert-blue {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	background: #0033CC

}

.left {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left
}

.center {
	text-align: center
}

p.right {
	padding-right: 20px;
	text-align: right
}

.leftsmall {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-size: small
}

.centersmall {
	text-align: center;
	font-size: small
}

.rightsmall {
	padding-right: 20px;
	text-align: right;
	font-size: small
}

.boxblue {
	text-align: center;
	font-weight: bold;
	padding: 1em;
	border: solid 4px #000099;
	background: #99ccff;
	margin-right: 10%;
	margin-left: 10%
}
.boxpink {
	text-align: center;
	font-weight: bold;
	padding: 1em;
	border: solid 4px #ff99cc;
	background: #ffcccc;
	margin-right: 10%;
	margin-left: 10%
}

.boxorange {
	text-align: center;
	font-weight: bold;
	padding: 1em;
	border: solid 4px #ffcccc;
	background: #ffffcc;
	margin-right: 10%;
	margin-left: 10%
}

.boxleft {
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	border: solid 4px #ffcccc;
	background: #ffffcc;
	margin-right: 10%;
	margin-left: 10%
}

.blue {
	color: #0033CC
}

.red {
	color: #CC0033
}

.green {
	color: #00aa00
}

.white {
	color: #ffffff
}

.pink {
	color: #ff99cc
}

.intend1 {
	padding-left: 60px;
	padding-right: 20px;
	text-align: left
}

.intend2 {
	padding-left: 100px;
	padding-right: 20px;
	text-align: left
}

img.left {
	float: left;
	margin-right: 1em;
	margin-left: 1em
}

img.center {
	float: center;
	margin-right: 1em;
	margin-left: 1em
}

img.right {
	float: right;
	margin-right: 1em;
	margin-left: 1em
}

table {	
	border-spacing: 2em;
	width="95%"
 }

table.in {
	border-spacing: 2em;
	width="100%"
 }

td {
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	color: #000000;
	font-size: medium;
	font-family: "‚l‚r ƒSƒVƒbƒN", Times New Roman
}

.non {
	background-color: #ffffff;
	padding: 0.2em 0.5em;
	text-align: left;
	font-family: "‚l‚r ƒSƒVƒbƒN", Times New Roman
}

.white-td {
	background-color: #ffffff;
	padding: 0.2em 0.5em;
	text-align: center;
	font-family: "‚l‚r ƒSƒVƒbƒN", Times New Roman
}

.black-td {
	background-color: black;
	color: white;
	padding: 0.2em 0.5em;
	text-align: center;
	font-family: "‚l‚r ƒSƒVƒbƒN", Times New Roman
}


.bact-td {
	background-color: #ccffff;
	padding: 0.2em 0.5em;
	text-align: center;
	font-family: "‚l‚r ƒSƒVƒbƒN", Times New Roman
}

.virus-td {
	background-color: #ccff99;
	padding: 0.2em 0.5em;
	text-align: center;
	font-family: "‚l‚r ƒSƒVƒbƒN", Times New Roman
}

.immune-td {
	background-color: #ffff99;
	padding: 0.2em 0.5em;
	text-align: center;
	font-family: "‚l‚r ƒSƒVƒbƒN", Times New Roman
}

.clin-td {
	background-color: #ffccff;
	padding: 0.2em 0.5em;
	text-align: center;
	font-family: "‚l‚r ƒSƒVƒbƒN", Times New Roman
}

.exam-td {
	background-color: #cc0033;
	padding: 0.2em 0.5em;
	text-align: center;
	font-family: "‚l‚r ƒSƒVƒbƒN", Times New Roman
}

.wide {
	width: 210
}

.narrow {
	width: 60
}


th {
	text-align: center;
	vertical-align: middle;
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
	font-size: medium
}

