h1, h2, h3, h4, h5, h6, h7 {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	margin-right: 5%;
	margin-left: 4%;
	color: White;
	text-align: left;
}
h1 { font-size: 22pt;  font-family: Trebuchet,Verdana,Arial,Helvetica,sans serif; font-weight : bold;  }
h2 { font-size: 16pt;  font-family: Trebuchet,Verdana,Arial,Helvetica,sans serif; font-weight : bold;  }
h3 { font-size: 14pt;  font-family: Trebuchet,Verdana,Arial,Helvetica,sans serif; font-weight: normal; }
h4 { font-size: 12pt;  font-family: Trebuchet,Verdana,Arial,Helvetica,sans serif; font-weight: normal; }
h5 { font-size: 10pt;  font-family: Trebuchet,Verdana,Arial,Helvetica,sans serif; font-weight: normal; }
h6 { font-size: 8pt;  font-family: Trebuchet,Verdana,Arial,Helvetica,sans serif; font-weight: normal; }
h7 { font-size: 6pt;  font-family: Trebuchet,Verdana,Arial,Helvetica,sans serif; font-weight: normal; }

body {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: White;
	margin-top: 70px;
	margin-left: 30px;
	background-image: url(kpcwebgraphics/body2.jpg);
}

p.navbuttons a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 3px 0px 3px 6px;
	width: 70px;
	background-repeat: no-repeat;
	background-image: url(kpcwebgraphics/linkbuttonup.gif);
} 

p.navbuttons a:hover, p.navbuttons a:active {
	color: yellow;
	background-repeat: no-repeat;
	background-image: url(kpcwebgraphics/linkbuttondown.gif);
} 

p {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: #D5D5D5;
}

    a:link {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	color: #BDEFFF;
	font-size: 10pt;
	font-weight: normal;
}
    a:hover {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	color: Yellow;
	font-size: 10pt;
	font-weight: normal;
	background-color: Black;
}
    a:active {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	color: Green;
	font-size: 10pt;
	font-weight: normal;
}

a:visited {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	color: #BDEFFF;
	font-size: 10pt;
	font-weight: normal;
}
	
	
	a {
	text-decoration: none;
}

	li {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: White;
	margin-left: 10px;
}

.ulbig {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	color: White;
	margin-left: 55px;
}
	
	.ulbig ul  {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	color: White;
}
	.ulbig li  {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	color: White;
}

p.small { font : 8pt ; font-family : GillSans,Trebuchet,Verdana,Arial,Helvetica,sans-serif; color : black; }

p.menu {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	color: black;
	background-color: White;
	font: bold 12px;
}

table {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans serif;
	font-size: 10pt;
	color: White;
	padding: 5;
	background-image: url(kpcwebgraphics/bggrad2.gif);
}
	
table.menu {
	font-family: Trebuchet,Verdana,Arial,Helvetica,sans serif;
	font-size: 10pt;
	color: White;
	background-color: #474747;
}	

table.themes  tbody tr:hover  {
		background-color: black;
}

table.main { margin-left: 0px;
	padding : 3px;
}

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

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: 8px Trebuchet,Verdana,Arial,Helvetica,sans-serif;
list-style-type: none;
}

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

.mattblacktabs li a{
	float: left;
	font-size: 8pt;
	display: block;
	text-decoration: none;
	margin: 3;
	padding: 7px 7px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white; /*background of tabs (default state)*/
	background-image: url(kpcwebgraphics/menubgup.gif);
}

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

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	/*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	background-image: url(kpcwebgraphics/menubg.gif);
	color: Yellow;
}