h1{
   font-size:13px;
   font-weight:bold;
   color:#333;
   padding-bottom:7px;
}

h2
{
	font-size:12px; 
	font-weight:bold; 
	color:#333; 
	padding-bottom:7px;
}

h3{
	font-size:11px; 
	font-weight:bold; 
	color:#333; 
}

h4{
	font-size:12px; 
	font-weight:bold; 
	color:#888; 
}

span.separator{
	display: block;
	height: 6px; 
	padding: 10px 0; 
	background: url(/home/files/images/separator.gif) repeat-x left center; 
	clear: both;
}

span.separator-thin{
	display: block;
	height: 6px; 
	padding: 10px 0; 
	background: url(/home/files/images/separator-thin.gif) repeat-x left center; 
	clear: both;
}

.more-link{
	font-weight:normal;
	color:#6699CC;
}

.headline-link{
	font-weight:bold;
}

.img-align-right{
	float:right; 
	clear:right; 
	text-align:right; 
	padding:15px 0px 15px 15px;
}

.img-align-left{
	float:left; 
	clear:left; 
	text-align:left; 
	padding:15px 15px 15px 0px;
}

.img-align-top{ 
	padding:0px 0px 15px 0px;
}

.img-align-right-top{
	float:right; 
	clear:right; 
	text-align:right; 
	padding:0px 0px 15px 15px;
}

.img-align-left-top{
	float:left; 
	clear:left; 
	text-align:left; 
	padding:0px 15px 15px 0px;
}

.img-center{
width:100%;
margin-left:auto;
margin-right:auto;
}

#top-nav{
	text-align:right;
	float:right;
}

.story-list{
	font-size: 10px;
	line-height:normal;

}
.story-list a{
	font-weight:bold;
}

.bold-links a{
	font-weight:bold;
}

.right-arrow{
	position:relative;
	width: 20px;
	top:-10px;
	float:right;	
}

.left-arrow{
	position:relative;
	width: 20px;
	top:-10px;
	float:left;
}
.caption{
	position:relative;
	width: 210px;
	top:-10px;
	float:left;
	padding:0px 5px 0px 5px;
	font-size:10px; 
	font-weight:bold; 
	color:#888; 
}


