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

.chatty_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: justify;
	text-decoration: none;
}

.chatty_headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: center;
	text-decoration: none;
}

.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0099CC;
	letter-spacing: 2pt;
	text-align: center;
	vertical-align: middle;
	
}

.menu_text_currentPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	letter-spacing: 2pt;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
}

	a:link{
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}
	
	a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0099CC;
	}
	a:hover, a:active {
	text-decoration: underline;
	color: #003399;
	}
