@charset "utf-8";
/* CSS Document */

.toptable {
	background-image: url(images/topb.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.hometable {
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pagetext {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.pagetitle {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	color: #445c5c;
	font-weight: bold;
}
a.pagelink:link {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.pagelink:visited {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.pagelink:hover {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.pagelink:active {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
}
a.footerlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
	text-decoration: underline;
}
a.footerlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
	text-decoration: underline;
}
a.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
	text-decoration: none;
}
a.footerlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
	font-family: Trebuchet MS, Verdana, Arial;
	font-weight: bold;
    font-size: 14px;
	color: #FFFFFF;
}
h1 {
	font-size: 170%;
}

h2 {
   font-size: 140%;
}

h3 { 
   font-size: 120%;
}

h4 {
   font-size: 110%;
}
