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

@import url("common.css");

#title {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	margin: 0 0 0 0;
	padding: 10px 5px 5px 20px;
}

#divider {
	margin: 0 0 0 10px;
	height: 4px;
	background: url(images/divider_horizontal.png) no-repeat;
}