/* colors in doc 

beige: #f5eba3

dark beige: #e6dc8e

red: #862e1c

grey: #808080


*/



body {

  background: #e6dc8e;

  margin: 0;

	padding: 0;

	width: 100%;

	height: 100%;}



a {text-decoration: none}

a:link,a:visited,a:active {color: #808080}

a:hover   {color: #000000; text-decoration:underline}



.nav a,

.nav a:link,

.nav a:visited,

{ font-family: arial;

  font-size: 10pt;

  font-weight:normal;

  text-decoration: none;

  color:#808080}

.nav a:hover

{ color: #000000; 

	text-decoration: underline;}



hr  {

   border: 0;

   height: 1px;

   color: #862e1c;

   background-color: #ffffff; }



.text {

 font-family: arial;

 font-size: 10pt;

 color: #000000;

}



.copy {

 font-family: arial;

 font-size: 8pt;

 color: #000000;

}



.header {

 font-family: arial;

 font-size: 12pt;

 font-weight: bold;

 color: #862e1c;

}



.highlight {

 font-family: arial;

 font-size: 10pt;

 font-weight: bold;

 color: #862e1c;

}