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


html {
	margin: 0px;
}


body {
	margin: 0px;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 16px;
}

.title {
	color:#FF9900;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
}


.dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 50px;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #FF9900;
}

.hilite {
	background-color: #D9D9D9;
}
