/* css */

body {
	color: #014689;
	font-family: helvetica,arial,verdana,sans-serif;
}

a {
	color: #72A53C;
	font-weight: bold;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

h1 #hvenues {color: #014689;}
h1 #h2010 {color: #72A53C;}

h1 a {text-decoration: none;}

h2 {
	font-weight:bold;
	margin: 0 0 20px 5px;
}

p {margin-bottom: 10px;}

#venue_info {
	height: 300px;
	overflow: auto;
}

#venuelists {
	margin: 10px 0px;
	padding: 5px;
}

#venuelists div {margin-bottom:5px;}

.venue_desc {
	text-align: justify;
}

.venue_desc li {
	list-style-type: disc;
	margin-left: 20px;
}

.venue_title {
	color: #72A53C;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:10px;
}

.venue_title_onmap {
	color: #72A53C;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}


.venue_moreinfo {
	margin-top: 10px;
}
