@charset "UTF-8";
/* CSS Document */

.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	height: 30px;
	width: 100px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	text-align: justify;
}

.textBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}

.textItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-align: justify;
	font-style: italic;
}

.textRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	text-align: right;
}

.textCenter {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	text-align: center;
}

.textBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}
.textBoldItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
	font-style: italic;
}

.textBoldCenter {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	letter-spacing: 1pt;
}

.bottomAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
}

