/**
 * Style sheet styles
 */
#content ul
{
	margin:10px 0px 15px 25px;
}

#content
{
	font-size:12px;
	line-height:18px;
}

.highlight
{
	font-weight:bold;
	font-style:italic;
	color:#660000;
}

.clear
{
	clear:both;
}

.imgStyle01
{
	float:right;
	display:block;
	margin-bottom:6px;
	margin-left:15px;
	border:10px solid #CCC;
	border-right-width:0px;
}

.fixfloat
{
	width:1px;
	height:1px;
	overflow:hidden;
	clear:both;
	margin:0px;
	font-size:1px;
	line-height:1px;
}

h3, h4, h5, h6
{
	margin-bottom:1em;
}

