/*
COLOR PALETTE
#dd77ee   Pink
#0000ff   Blue
#ffffff   White
#000000   Black
#dddddd   Light Grey
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-image: none;
	background-color: #ffffff;
  color: #000000;
}
h1 {
	font-size: 16pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 13pt;
}
a {
  color: #0000ff;
  text-decoration: underline;
}
img {
  border: 0px;
}
#topnav, #header, #menu, #leftcolumn, .advert, .lb, .contexthelp {
  display: none;
}
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
}
.name h1 {
	font-size: 2em;
	margin-top: 5px;
}
blockquote {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid;
	padding: 3px;
  color: #dd77ee;
}
footer {
  border-top: 1px solid #dddddd;
}
th {
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3f4847;
	border-right: 1px solid #dd77ee;
	border-bottom: 1px solid #dd77ee;
	border-top: 1px solid #dd77ee;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: none;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #dd77ee;
	background: none;
}
th.spec {	
	font: bold 10px "Trebuchet MS", Arial, Helvetica,	sans-serif;
	border-left: 1px solid #dd77ee;
	border-top: 0;
	background: none;
}
