body {
	margin: 0px;
	background: #959595;
	font: 12px Arial, Helvetica;
	color: #000000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
	color: #666666;
	line-height: 180%;
}
form {
	margin: 0px;
}
a {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.hide {
	display: none;
	visibility: hidden;
}
.show {
	visibility: visible;
}
.newsTitle {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
#q {
	background: url(../images/searchbox_bg.gif) no-repeat;
	border-style: none;
	height: 18px;
	width: 154px;
	text-indent: 10px;
	font-family: Arial, Helvetica;
	margin-top: 1px;
}
