/* http://dev.bmc.med.umich.edu:33/ccs1/index.css */
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #339966;
	text-decoration: none;	
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000099;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: 003300;
	text-decoration: none;
	font-weight: bold;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 003300;
	text-decoration: none;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
.textLinks {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #003300;
	text-decoration: none;
}
.bodyLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000099;
	text-decoration: none;

}

	table{
		background : #FFFFFF;
        border:0px solid; 
		border-color: olive;
	    cellspacing: 2;	
		cellpadding: 2;
	}

	td.title{
		background : #FFCC33;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 12px;
		font-weight : bold;
		vertical-align : top;
		font-variant : small-caps;
        font-color: #000099;
	    text-decoration: none;
	}
	td.head{
		font-family : Arial;
		font-size : 12px;
		font-weight : bold;
		color : #800000;
	}	

	td.text{
		font-family : Arial;
		font-size : 12px;
		color : black;
	}
	
	td.image{
 		border : outset #B9B9B9;
	}