/* CSS Document */
BODY {
	background: #DAEAFD;  
  	color: #000;
	font-family: 		Optima,Lucida,'MgOpen Cosmetica','Lucida Sans Unicode',sans-serif;
	font-size: 12pt;
}

.no-panel {
	background: #DAEAFD;  
  	color: #000;	
}
.no-caption {
	background: #033893;  
  	color: #FFFFFF;		
}
.button {
	/*color: #000;*/
	font-size: 10pt;
	font-family: Tahoma, Lucida, sans-serif;
	cursor: pointer;
	padding: 1px 1px 1px 1px;
}
.button span {
padding: 2px 6px 2px 6px;
}

.ui-button-text-only .ui-button-text {
padding: 2px 6px 2px 6px;
}
TD P {
	color: #000000
}
P {
	color: #000000
}
A:link {
	color: #0000ff
}
A:visited {
	color: #800080
}
span.bold {
	font-weight: bold;
	font-size: 10pt;
}
.normal {
	font-weight: normal;
  font-size: 12pt;
}
.copyright {
	font-size: 8pt;
}

@media print {
	.button, button {
		display:none;
	}
}