@charset "UTF-8";
/* CSS Document */

/* links */
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
a:active {
	color: #993300;
	text-decoration: none;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #333333;
}
h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: center;
}

