.text-menu {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	color: #FFFFFF;
}

.nav-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #efefef;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
}
.text-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.nav-menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #ffffff;
}


.nav-menu-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #efefef;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
.nav-menu-sm:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #ffffff;
}



.nav-menu-sm-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
.nav-menu-sm-blue:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #ffffff;
}



.border {
	border-bottom-width: .1pt;
	border-left-width: 0.1pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.border-thumbnail {
	border: 8px solid #333333;
}

.title {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.title-sm {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.border-thumbnail-white {

	border: 8px solid #FFFFFF;
}
