h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	border: 0px;
	border-bottom: 1px solid #660000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #660000;
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #CC9900;
	text-decoration: none;
}


a.bottom:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a.bottom:hover {
	color: #CC9900;
	text-decoration: none;
}
a.bottom:visited {
	color: #990000;
	text-decoration: underline;
}

.highlight {
	font-weight: bold;
}
.thumb {
	border: 3px double #666666;
}
textarea.test {
  width: 350px;
  height: 50;
  border: none;
  overflow: auto;
}
