/* hrvi-main.css 
  http://www.hudsonreporting.com
*/ 

body{
  margin: 0;
  padding: 0;
  background-color: white;
}

a{
  text-decoration: none;
  background-color: transparent;
}

a:link{
  color: #000066;
}

a:hover{
  color: #993333; //#330000;
  text-decoration: underline;
}

a:active{
  color: black; //#330000;
  text-decoration: underline;
}

a:visited{
  color: #663366;
}

h1,h2,h3,h4,h5,h6{
  font-family: Verdana,Arial,Times New Roman;
  color: #330066; //#000099;
  background-color: transparent;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

h2{
  letter-spacing: 14px;
}

h3{
  letter-spacing: 8px;
}

p{
  margin: 7px;
}

.content{
  color: #333333;
  background-color: transparent;
  font-weight: bold;
}

.error{
  color: red; // #333333;
  background-color: transparent;
  font-weight: bold;
}

.glossary{
 background-color: #eae6ee;
}

.menu{
  margin: 10px;
  background-color: transparent;
  /* border-style: solid;
  border-color: maroon;
  border-width: thin;
  border-left: 0;
  border-right: 0; */
  font-family: Arial,Verdana;
  font-size: 15px;
}

.mframe{
  border-style: solid;
  border-width: thin;
  border-color: #666699;
}

.section{
  font-family: Arial,Verdana;
  font-size: normal;
  font-weight: bold;
}

.subsection{
  text-decoration: underline;
  color: #663333;
  background-color: transparent;
  font-family: Verdana,Arial;
  font-size: small;
  font-weight: 600;
}

.caption{
  color: #330066;
  background-color: transparent;
  font-family: Verdana,Arial;
  font-size: x-small;
  font-weight: 600;
}

.vmenu{
  background-color: #eae6ee;
}

.notice{
  font-family: Verdana,Arial,Times New Roman;
  color: #663333;
  background-color: transparent;
  font-size: xx-small;
  padding: 0;
}

.sig{
  color: white;
  background-color: #9999cc; #000099;
  //font-style: italic;
}