.text {
	font-family: "Tahoma", "Arial";
	font-size: 12px;
}
input {
	font-family: "Tahoma", "Arial";
	font-size: 12px;
	}
H1 {
	font-family: "Tahoma", "Arial";
	font-size: 14px;
	color: #990033;
	font-decoration: bold;
	padding-bottom: 5px;
	padding-top: 20px;
	}

H2 {
	font-family: "Tahoma", "Arial";
	font-size: 12px;
	color: #666666;
	font-decoration: bold;
}
select {
	font-family: "Tahoma", "Arial";
	font-size: 12px;
}
textarea {
	font-family: "Tahoma", "Arial";
	font-size: 12px;
}
.border {
	border: 1px solid #bda177;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #736F6E; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
font: bold 11px Tahoma;
text-transform:uppercase;
list-style-type: none;
}

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

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
letter-spacing: 1px;
margin: 0;
padding: 7px 15px; /*padding inside each tab*/
border-right: 1px solid grey; /*right divider between tabs*/
border-top: 5px solid #880044; /*right divider between tabs*/
color: #a9a9a9;
background: #ffffff; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #880044;
background: #ffffff;
}

.mattblacktabs li a:hover{
color: white;
background: #880044;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #880044; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}