/*base css file for content*/

.ptxt{
	font-family: verdana, arial;
	color: black;
	font-weight: normal;
	font-size: 10pt;
}
.ptxt a{
	font-family: verdana, arial;
	color: #900000;
	font-weight: normal;
	font-size: 10pt;
}
.ptxt a:visited{color: black;}

.ptitle{
	font-family: verdana, arial;
	color: #900000;
	font-weight: bold;
	font-size: 10pt;
}
.psubtitle{
	font-family: verdana, arial;
	color: #900000;
	font-weight: normal;
	font-size: 10pt;
}

.pnote{
	display : block;
	border-top: 1px solid #900000;
	border-bottom: 1px solid #900000;
	width: 95%;
	padding-left : 20px;
	padding-right : 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: verdana, arial;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	position: relative;
	left: 27px;
}

.announcetxt, .announcetxt a{font-family: verdana, arial; font-size: 8pt; color: black; text-decoration: none;}
#daps-image-content{border: 3px #c0c0c0 solid; margin-left: 10px; margin-right: 10px; margin-bottom: 10px;}

#daps-table-content{
/*	width:100%; */
	border-collapse: collapse; 
	border: 2px solid white; 
	border-color: white;
	font-family: verdana, arial;
	color: black;
	font-weight: normal;
	font-size: 10pt;
}

#daps-table-content td{
	padding: 3px;
	font-size: 9pt;
	border: 1px solid white; 
}

#daps-table-content th{
	padding: 3px;
	font-size: 10pt;
	/*background-color: #F5CF83;*/
	background-color: white;
	color: maroon;
	font-weight: bold;
	padding: 2px;
}
