body, td, p, ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	scrollbar-face-color : #716F52;
	scrollbar-highlight-color : #716F52;
	scrollbar-track-color: #D5D5CC;
	scrollbar-darkshadow-color : #000000;
	scrollbar-base-color : #000000;
	scrollbar-shadow-color : #716F52;
	scrollbar-3d-light-color : #716F52;
	scrollbar-arrow-color : #D5D5CC;
}
th {
	background-color: #9DF3F4;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : normal;
}
td.info {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #000000;
	background-color: #D5D5CC;
	padding:3px;
}
td.infobold {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #000000;
	background-color: #D5D5CC;
	padding:3px;
}
a:link, a:visited {
	text-decoration : none;
	color : #28999A;
}
a:active, a:hover {
	text-decoration : underline;
	color : #146E6F;
}
h1,.h1 {
	font-size : 16px;
	font-weight : bold;
	color: #000000;
}
h2,.h2 {
	font-size : 14px;
	font-weight : bold;
	color: #000000;
}
h3,.h3 {
	font-size : 12px;
	font-weight : bold;
	color: #000000;
}
.small { 
	font-size : 10px;
}
.normal { 
	font-size : 12px;
}
.tablecontent {
	background-color: #ECECE1;
}

A.adminlink, A.adminlink:Visited {
	text-decoration : none;	
	font-size : 12px;
	color : #B6284D;
}

A.adminlink:Active, A.adminlink:Hover {
	text-decoration : none;	
	font-size : 12px;
	color : #B36478;
}



.tblprotocol{
	margin-bottom: 20px;
}
.tblprotocol td 
{
	border: solid 1px #716F52;
	margin: 0px;
	padding: 0px;	
}
	.tblprotocol a.pdf:link, .tblprotocol a.pdf:visited {
		text-decoration : none;
		color : #000;
		font-weight: bold;
		background-image: url(/images/icon_pdf.gif);
		background-position: top left;
		background-repeat: no-repeat;
		padding: 0px 0px 2px 20px;
		display: block;
		text-align: left;
	}
	.tblprotocol a.pdf:active, .tblprotocol  a.pdf:hover {
		text-decoration : underline;
		color : #000;
	}
	.tblprotocol div.pdflayer {
		position: absolute;
		background-color: #fff;
		border: solid 1px #000;
		padding: 10px 10px 10px 10px;
		margin: 0px 0px 0px 0px;
		display: none;
		cursor: hand;
		white-space : nowrap;
	}
.tblprotocol th{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight:bold;
	background-color:#D5D5CC;
	}

