/*CSS brought over from Location - BGI - SOUTH Type: WYSIWYG*/
.myButton {
	background-color:#790c00;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;

	font-size:14px;
	padding:6px 20px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#520800;
}
.myButton:active {
	position:relative;
	top:1px;
}
ul {
 display: block;
 list-style-type: disc;
 margin-top: .5em;
 margin-bottom: .5em;
 margin-left: 0;
 margin-right: 10px;
line-height: 21px;
 padding-left: 15px;
}



