@import "NKadvanced.css";
body {
  background: #fff;
  color: #000;
  font-family: Calibri, "Gill Sans MT", "Gill Sans", sans-serif;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 125%;
}
h4 {
  font-size: 110%;
}
a:link {
  color: #009;
  background-color: #fff
}
a:visited {
  color: #CC832A;
  background-color: #fff;
}
a:hover {
  color: #A83817;
  background-color: #fff;
}
/* pathetic IE */
a:link img {
  border-color: #009;
}
a:visited img {
  border-color: #CC832A;
}
a:hover img {
  border-color: #A83817;
}

p, ol, ul {
	margin-top: 0;
	margin-bottom: 1em;
}

img {
	vertical-align: middle;
}

textarea {
	width: 95%;
}
input {
	max-width: 95%;
}

table {
	margin-bottom: 1em;
}
table.contact {
	font-size: 110%;
}
td, tbody th {
	padding: .2em .5em .2em 0;
	text-align: left;
	vertical-align: top;
}

