/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	padding: 3;
}
.bullet_points {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: list-item;
	list-style-position: outside;
	list-style-type: inherit;
}

.navigation_bar {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	padding: 8px;
	width: 80px;
}

.navigation_bar:hover {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
	background-color: #006699;
	padding: 5px;
	width: 100px;
}


.title {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.link {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #006699;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	width: 100px;
	display: block;
}

.link:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #0099CC;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	width: 100px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.sub_title {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}
.image_text {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.address {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
