body,p,td,select,input,ul,li,textarea {
  font-family : Arial;
  font-size   : 9pt;
  color       : #333333;
}

.sectionTitle {
	font-size      : 13px;
  font-weight    : bold;
	letter-spacing : 1px;
}
.sectionBackground {
	background-color : #f8f8f8;
}

.bold {
  font-weight : bold;
}

.thankYou {
  font-family : Times New Roman;
  font-size   : 15pt;
  font-weight : bold;
}

.sectionHeader {
  font-family : Times New Roman;
  font-size   : 13pt;
  font-weight : bold;
}

.instructions {
  font-family    : Times New Roman;
  font-size      : 12pt;
}

.instructions_bold {
  font-family    : Times New Roman;
  font-size      : 12pt;
  font-weight    : bold;
  letter-spacing : 1px;
}

.small {
  font-family    : Arial;
  font-size      : 8pt;
}

.agreement {
	font-size : 90%;
	color     : #666666;
}

/* NAV LINKS */
a.nav {
  text-decoration : none;
  color           : #333333;
}
a.nav:link {
  text-decoration : none;
  color           : #333333;
}
a.nav:active {
  text-decoration : none;
  color           : #333333;
}
a.nav:visited {
  text-decoration : none;
  color           : #333333;
}
a.nav:hover {
  text-decoration : underline;
  color           : #111111;
}