@charset "UTF-8";
/* CSS Document */

.call_out {

	color: #00a6eb;
	color: rgba(0, 166, 235, 0.9);
	margin: 20px;
	text-align: center;
	font-style:italic;
	line-height: 1.2em;
	font-size:larger;
	
}

.indent20 {
	margin-left:20px;
}

.hide {
	display: none;
}

b {
	font-weight:bold;
}

i {
	font-style:italic;
}

p {
	text-align: justify;
}


