<!--

/* Written by Robin Smith (rsmith@miamiproject.med.miami.edu), September 2004 */
/* General style descriptions*/

BODY {
	background-color:#FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000000;	
}

A
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color:#0000AA;
	font-weight:bold;
	text-decoration:none;
}

H1 {
	color:#000080;
	font-size:32px;
	font-family: Verdana;
}

H3 {
	color: #676767;
	font-weight:Bold;
	font-size:16px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

H4 {
	color#:000080;
	font-weight:Bold;
	font-size:14pt;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

.bigfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#888888;
}

/*Table descriptors */

table.fancytable {
	border: thin solid black;
	border-collapse: separate;
	background-color: white;
}
table.fancytable th {
	border: 1px dotted grey;
	background-color: #bfe1e6;
	text-align: left;
	font-size:18px;
	font-weight:bold;
}
table.fancytable td {
	border: 1px dotted grey;
	text-align: left;
}


!-->


