/* CSS Document */

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.style2 a:link{color: #DE1992; text-decoration: underline}
.style2 a:hover {color: #DE1992; text-decoration: underline}
.style2 a:visited{color: #DE1992; text-decoration: none}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px 15px 0px 0px;
}
.style3 a:link{color: #FFFFFF; text-decoration: none}
.style3 a:hover {color: #FFFFFF; text-decoration: underline}
.style3 a:visited{color: #FFFFFF; text-decoration: none}


h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
		}

	h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DE1992;
	text-align: center;
	}
	
	h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #DE1992;
	text-align: center;
	}
	
	
.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 0px 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: white;
background: #E51491; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

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

table.main {
width: 860px;
border: 0px;
padding: 0px 0px 0px 0px;
background-color: #FFFFFF;

}

table.content {
width: 860px;
border: none;
padding: 5px;
}

td.footer {
background-image: url(images/face-painting-bottom.png);
width: 860px;
height: 40px;
}
td.middle {
width: 860px;
background-image: url(images/face-paint-middle.gif);
}

table.links {
  width: 500px; 
  cell-spacing: 1px;
  padding: 3px;
  border: 1px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-top-color: #8C086B;
  border-right-color: #8C086B;
  border-bottom-color: #8C086B;
  border-left-color: #8C086B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}	
