div.ole_declaration_container	{
	margin-top: 20px;
	background-color: #E2FECF;
	width: auto; 
	margin-bottom: 20px;
    padding-left: 5px;
}

div.ole_declaration_header	{
	font-weight: bold;
	font-size: 11px;
	color: #005500;
	position: relative; 
	width: auto; 
	height: 20px; 
	border-bottom-color:#C0C0C0;
	border-bottom-style:solid; 
	border-bottom-width:1px;
	background-color: #E2FECF;
    padding-left: 5px;
}

div.ole_declaration	{
	position: relative; 
	width: auto;
	background-color: #E2FECF;
	font-family: Courier New; 
	font-size: 12;
	color: #008000;
  	padding-bottom: 10px;
  	padding-left: 5px; 
}

div.ole_declaration p	{
	margin-top: 6px;
	margin-bottom: 6px;	
}

div.code_snippet_container	{
	margin-top: 20px;
	background-color: #E2FECF;
	width: auto; 
	margin-bottom: 20px;
    padding-left: 5px;
}

div.code_snippet_header	{
	font-weight: bold;
	font-size: 11px;
	color: #005500;
	position: relative; 
	width: auto; 
	height: 20px; 
	border-bottom-color:#C0C0C0;
	border-bottom-style:solid; 
	border-bottom-width:1px;
	background-color: #E2FECF;
    padding-left: 5px;
}

div.code_snippet_label	{
	position: relative; 
	width: auto;
	background-color: #E2FECF;
	font-family: Courier New; 
	font-size: 12;
	color: #008000;
  	padding-bottom: 10px;
  	padding-left: 5px; 
}

div.code_snippet_label pre	{
	margin-top: 6px;
	margin-bottom: 0px;	
}

span.doc_parameter	{
	font-style: italic;
}