@charset "utf-8";
/* CSS Document */

body {
	background-color: #eeeeea;
}
body,td,th {
	color: #717167;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

a {
	color: #d4a134;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #d4a134;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
}

input, select { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.greentitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #909f4d;
	font-weight:bold;
	font-size:12px;
}
.articletitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #909f4d;
	font-weight:bold;
	font-size:20px;
}
.namelisting {
	color: #555554;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.namelisting:hover {
	color: #555554;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.greentitle_smaller {
	font-size: 11px;
	color: #909F4D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.greentitle_smaller:hover {
	font-size: 11px;
	color: #909F4D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:underline;
}

.article_text {
	line-height: 16px;
}

.bold_black{
	color:#000;
	font-weight:bold;
	line-height: 16px;
}

.namelisting_black{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}