@charset "utf-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
background-color: white;
border-bottom-width: 0;
}


.wireframemenu a{
	font: bold 11px Verdana;
	display: block; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border: 2px solid #999900;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wireframemenu a:visited{
color: #595959;
}

.listing_bullet
{
	font-weight: bold;
	font-size: 10pt;
	color: #e49b28;
	font-family: Tahoma;
}
.listing_heading
{
	text-decoration:underline;
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	font-family: Tahoma;
}
.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}

</style>
