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

#mainContent .address  {
	margin: 0;
	padding: 0;
	text-align: center;
	
}

#mainContent .address h2 {
	font-size: 22px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	border-bottom:  none;
}

#mainContent .address h3 {
	font-size:  18px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

#mainContent .address p {
	font-size:  12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-bottom: 5px;
}

.circle li {
	list-style-type: square;
	padding-bottom: 5px;
}

.noStyleType li {
	list-style-type: none;
	padding-bottom: 5px;
}

.red {
	color:  #CF0000;
}
.bold {
	font-weight: bold;
}


