body {
  margin: 0 1em 1em 1em;
  background: #FFFFFF;
  font: 12px/170% Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #494949;
  background: #FFFFFF url(images/body.png) repeat-x 70% 0;

}

a:link 		{ 
color: #0000CC;
text-decoration: none;
}
a:visited 	{
color: #6699FF;
text-decoration: none;
}
a:hover 	{ 
color: #FF6600; 
text-decoration: underline;
}
a:active 	{
color: #CCCC00;
}

input {
  font: 12px/100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #494949;
}

textarea {
  font: 14px/170% Tahoma, Verdana, Arial, Helvetica, sans-serif;
  width:98%;
  padding:5px 10px 5px 5px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
  color:#FFFFFF;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}
#header span {
  color:#FFFFFF;
}
#header div {
  font-size:12px;
}
#header a:link {
  color:#FFFFFF;
  font-size:12px;
}
#header a:hover {
  color:#FFFFFF;
  font-size:12px;
  text-decoration: underline;
}
#header a:active 	{
  color: #330066;
  font-size:12px;
  text-decoration: overline;
}
#header a:visited 	{
  color:#FFFFFF;
  font-size:12px;
  text-decoration: none;
}

.print-footnote {font-size: xx-small;}

.print-hr {
  border: 0;
  height: 1px;
  width: 100%;
  color: #9E9E9E;
  background:#000066;
}
.print-footer {text-align: center;}
