@CHARSET "ISO-8859-1";

TABLE.demosTable {
	width: 100%;
}


TABLE.demosTable TR {
	vertical-align: top;
}

TABLE.demosTable TR TD {
	text-align: center;
}

p.smallBottomMargin {
	margin-bottom: 5pt;
}

p.smallTopMargin {
	margin-top: 5pt;
}

p.boo {
	text-align: center;
	border-width: thin; 
	border-style: solid; 
	border-color: #2e6caf;
	margin: 15pt;
	padding-top: 15pt;
	width: *;
	display: inline;
}