*{
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	text-decoration:none;
	color:#333;
	border:none;
	line-height:1.5em;
}
a{
	color:#333;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:18px;
	line-height:26px;
	margin-bottom:15px;
	color:#F77908;
}
h2{
	font-weight:bold;
	border-bottom:1px dotted #F77908;
	font-size:1.2em;
	margin-top:1.2em;
	margin-bottom:.5em;
}
h3{
	font-weight:bold;
	margin-top:.8em;
	color:#F77908;
}
h5{
	font-weight:bold;
	margin-top:-0.3em;
	color:#F77908;
}
h5 a{
	color:#F77908;
}
ul{
	list-style-position:outline;
	list-style-type:square;
	list-style-image:url(../images/bullet.gif);
	margin-left:20px;
	padding-left:20px;
	line-height:1.2em;
}
li{
	margin-top:-2px;
}

.hiLine{
	line-height:2.5em;
}

.referenceLine td{
	width:25%;
	border-right:1px dotted #CCC;
	text-align:center;
	border-bottom:1px dotted #CCC;
	padding:10px;
}
.referenceLine td img{
	width:100px;
	max-height:100px;
}
.article{
	border-bottom:1px dotted #CCC;
	font-weight:normal;
	display:block;
	width:100%;
	padding:10px 0;
	line-height:1.8em;
}
.imgSpacer{
	width:100px;
	height:100px;
	overflow:hidden;
	margin-right:10px;
	float:left;
	background-color:white;
}
.teaser{
	float:left;
	width:650px;
}


