@charset "utf-8";
/* CSS Document */

.row {
	padding: 20px 0px 5px 0px;
}

.dotline {
	border-bottom: 1px #666666 dotted;
}

.row .category {
	width: 200px;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
}

.row .category p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #000000;
	font-weight: bold;
}

.row .category p a {
	color: #000000;
	text-decoration: none;
}

.row .category p a:hover {
	color: #009900;
	text-decoration: none;
}