@charset "utf-8";
/* CSS Document */

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
}

.subheader {
	font-family: "Droid Sans", "trebuchet ms", sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #000099;
}

.content {
	font-family: "Droid Sans", "trebuchet ms", sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
}

.content2 {
	font-family: "Droid Sans", "trebuchet ms", sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #333333;
}

.link {
	color: #2024BF;
}

.newstop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-decoration: none;
}

.newstitle{
	font-family: "Droid Sans", "trebuchet ms", sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
}

.newscontent{
	font-family: "Droid Sans", "trebuchet ms", sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.spectitle{
	font-family: "Droid Sans", "trebuchet ms", sans-serif;
	font-size: 13px;
	line-height:1.2em;
	font-weight: bold;
	
}

.speccontent{
	font-family: "Droid Sans", "trebuchet ms", sans-serif;
	font-size: 13px;
	color: #555;
	line-height: 1.2em;
	
}
.mouldview {
	background-image: url(mould_img/mouldview-bg.png);
	background-repeat: no-repeat;
	height: 400px;
	width: 350px;
	margin-bottom: 5px;
	padding: 10px;
	margin-top: 5px;
}
