/*Tables*/
#cob-contents ul {
	margin:0px 0px 0px 0px  ! important; /* cob-contents tables have a large left margin. This fix removes that margin */
   }
#cob-contents p {
	margin:0px 0px 0px 0px  ! important; /* cob-contents tables have a large left margin. This fix removes that margin */
   }
#fix_firstTable td {
	border: 0px none ! important;  /* cob-contents tables have borders. This fix removes them for this table. */
}
#cob-domcontents table {
	margin:0px 0px 0px 0px  ! important; /* cob-contents tables have a large left margin. This fix removes that margin */
   }
#cob-domcontents {
	float:left;
	width:70%;
	margin:10px 0px 10px 20px;
	font-size:80%;
	}
#cob-domcontents h1 {
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:160%;
	color:#FF4000;
	}
#cob-domcontents h2 {
	color:#FF4000;
	font-size:130%;
	text-align:left;
	margin:10px 0px 20px 0px;
}
#cob-domcontents h3 {
	text-align:left;
	margin:10px 0px 20px 0px;
	color:#FF4000;
	font-size:100%;
/*	font: verdana; font-size: 12pt;*/
	}
.viewdocument{
	margin-bottom: 15px;
	line-height: 1.5em;
}
P {
	color : #000000;
	font : normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
INPUT, SELECT, TEXTAREA{
	color: #000000;
	font : 8pt Verdana, Helvetica, Arial;
	background : #FFFFCC;
}

