﻿.table1 {
	width:100%
}


.hh1{
	color: #666666;
	text-transform: uppercase;
	width:400px;
	font-size:22px;
	font-weight:bold;

}

.next{
	color: #2274bd;
	font-size: 10px;
	float:right;
}


.paragraph {
	float: none;
	color:#808080;
	padding-top: 5px;
	padding-bottom: 0px;
	float:left;
	width:auto;
}
.paragraph2 {
	float: none;
	color:#808080;
	padding-top: 0px;
	padding-bottom: 0px;
	float:left;
	width:auto;
}


.article_separator {
	background: url(dot.gif) repeat-x center;
	clear: both;
	display: block;
	height:25px;
}

.row_separator {
	display: none;
}
.article-content {
	color:#777;
}

.article-content img {
	border: 1px solid #DDDDDD;
	margin-right: 15px;
	margin-top: 3px;
	padding: 3px;
}

.article-meta {
	float: left;
	padding-top: 10px;
	width: 540px;
	color:#333;
	font-style:italic;
}

.article-tools .buttonheading {
	float: right;
	width: 30%;
}

.img_caption {
	float: left;
}

.column_separator {
	padding: 0 5px;
}



.componentheading {
	color: #666666;
	height: 32px;
	line-height: 32px;
	margin: 0 -9px 10px;
	padding: 0 10px;
	text-transform: uppercase;
}



.contentheading {
	height: 32px;
	line-height: 32px;
	margin: 0 0px 0px;
	width:540px;
}

h2.contentheading {
	color: #2274bd;
	line-height: 15px;
	font-size:12px;
}

h2.contentheading a:link{
	color:#2274bd;
}

h2.contentheading a:visited{
	color:purple;
}
h2.contentheading a:hover{
	color:#2274bd;
	text-decoration: underline;
}

.readon {
	text-align:left;
	padding-left:173px;
	line-height: 32px;
	margin-top: -1px;
}

.readon a:link{
	background: url(icon-more.gif) no-repeat right 7px;
	color:#2274bd;
	font-weight: bold;
	padding: 2px 10px 0 0;
	text-decoration: none;
}

.readon a:visited{
	background: url(icon-more.gif) no-repeat right 7px;
	color:purple;
	font-weight: bold;
	padding: 2px 10px 0 0;
	text-decoration: none;
}
.readon a:hover{
	text-decoration: underline;
}

.about {
	background-color:#E8E8E8;
	padding:5px 5px 5px 5px;
	color:#000;
	margin-bottom:1px;
}

.about a:link{
	color:#333;
	text-decoration:underline;

}
