.bord {
	border: 2px solid #666666;
}
.bordthin {
	border: 1px solid #333333;
}
.txtgrey {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #996633;
	text-decoration: none;
}
a:active {
	color: #009900;
	text-decoration: none;
}
.greybold {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
