@charset "utf-8";
#box {
	width: 200px;
	border: 1px solid #000000;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	clear: both;
}
#box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 10px;
}
h2 {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 5px;
	text-align: left;
	display: block;
	background-image: url(../images/h2-bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-size:13px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

h2 a {
	color: #fff;
	text-decoration:none;
	}
h2 a:hover {
	color: #fff;
	text-decoration:underline;
	}
