@charset "utf-8";
/* get rid of link outlines in firefox */
a {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}

.blogbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
}
.blogtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	overflow: hidden;
	padding: 9px;
}
.blogtext b,strong{
	color: #00a8e4;
}
.blogtext a{
	color: #00a8e4;
	text-decoration: none;
	font-weight: bold;
}
.blogtext a:hover{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.image {
	overflow: hidden;
}
a.more {
	display: block;
	width: 13px;
	height: 13px;
	background: url("layout/button-arrow.gif") 0 0 no-repeat;
	text-decoration: none;
	float: right;
	font-size: 5px;
      }
a:hover.more {
	background-position: -13px;
	display: block;
	height: 13px;
	width: 13px;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1D1D1D;
	font-weight: normal;
	line-height: 8px;
	padding-left: 6px;
}
.copy a{
	color: #1D1D1D;
	text-decoration: none;
}
.copy a:hover{
	color: #999999;
	text-decoration: none;
}
