/* hollow orange bullets */


ul  > ul  {
	padding-left: 1em;
	list-style-type: circle;
	list-style-image: url("../images/bullet_orange_hollow.gif");	
}

.hilite {
	color: #ff6633; // default SnapNames logo orange
}

h3 a {
	font-weight: bold;
}

.gral-container {
	height:auto;
	margin:0px 0px 20px 0px;
}


ul.square-orange-bullet li {
	color: #FF7F55;
    list-style-type: square;
    list-style-image: none;	
}


