/* CSS Document */

/* Standard HTML Tags re writes */
h1{
	font-size:Large;
	font-weight:bold;
}
h2{
	font-size:medium;
	font-weight:bold;
}
h3{
	font-size:small;
	font-weight:bold;
}
p{
	font-size:small;
	line-height:16px;
}


/* Image float styles with margins */

.cbImage_right{
	float:right;
	display:block;
	margin:0 0 10px 10px;
}
.cbImage_left{
	float:left;
	display:block;
	margin:0 10px 10px 0;
}