.general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 787270;
}
.main-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: 787270;
	font-weight: bold;

}
.sub-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 787270;
	font-weight: bold;
	text-decoration: none;


}
.h-gap-border {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.v-gap-border {
	padding-right: 4px;
}
.menutxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0087CE;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}
.border .general #menu a {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}
#menu {
	display: block;
	list-style-image: none;
	list-style-type: none;
}

.menutxt:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #495453;
	text-decoration: none;
}.menutxtover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #495453;
	text-decoration: none;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 5px;
	padding: 5px;
}
.bottomborder {
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin solid;
	border-left: thin none;

}
}.logotxt:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e6e6e6;
	text-decoration: none;
}
}.logotxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
}
.videotxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993300;
	text-decoration: none;
}
.videotxt:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #495453;
	text-decoration: none;
}
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #FFF; /*background of tabs (default state)*/
	background-color: #0087CE;
}

.mattblacktabs li a:visited{
	color: #FFF;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background-color: #0087CE;
}
