

body { font-weight:normal;
			 font-size:11;
			 color:black;
			 font:Verdana;
			 font-family:Verdana,Helvetica,Arial,sans-serif;
			 background-color:lightgrey;
			 }

body.Frame { font-weight:normal;
						 font-size:10;
						 color:black;
						 font:Verdana;
						 font-family:Verdana,Helvetica,Arial,sans-serif;
						 background-color:white;
			 }
			 
h1.Headline { font-family:Verdana;
 							font-size:12px;
 							color:#A52A2A;
 					  }
 							
 							
h1.Content { font-family:Verdana;
 							font-size:12px;
 							color:#A52A2A
 					  }
table.Headline {
  border-width:2px;
  border-style:groove;
  border-color:#A52A2A;
  padding:0.5em;
  text-align:justify;
  color:grey;
  width:800px;
  font-size:12px;
  background-color:white;
  }
  
 table.Content {
  border-width:1px;
  border-style:solid;
  border-color:#A52A2A;
  padding:5px;
  color:black;
  background-color:white;
  width:800px;
  font-size:12px;
  }
  
table.Frame {
  border-width:1px;
  border-style:solid;
  border-color:#A52A2A;
  padding:0px;
  color:black;
  text-align:justify;
  background-color:white;
  width:700px;
  font-size:12px;
  }
  
table.FrameForm {
  border-width:0px;
  border-style:solid;
  border-color:#A52A2A;
  padding:2em;
  color:black;
  text-align:justify;
  background-color:white;
  width:700px;
  font-size:12px;
  }
  
 table.Format {
  border-width:0px;
  border-style:solid;
  border-color:blue;
  padding:0.0em;
  text-align:justify;
  background-color:white;
  width:800px;
  font-size:12px;
  }
li {line-height:150%;	}



a:link{ color:#A52A2A; text-decoration:none; font-weight:bold; }
a:visited { color:#AA2222; text-decoration:none; font-weight:bold; }
a:hover { color:#A52A2A; text-decoration:underline; background-color:#D3D3D3; font-weight:bold; }
a:active { color:#8B0000; background-color:#A52A2A; font-weight:bold;	text-decoration:underline; }

a.Insidelink:link {
	color:#808080; 
	text-decoration:none; 
	font-weight:bold;
}

a.Insidelink:visited {
	color:#808080; 
	text-decoration:none; 
	font-weight:bold; 
	}
	
a.Insidelink:hover {
	color:#A52A2A; 
	text-decoration:underline;
 	background-color:#D3D3D3;
  font-weight:bold;
  }
  
a.Insidelink:active{
	color:#8B0000;
 	background-color:#A52A2A;
  font-weight:bold;	
  text-decoration:underline;
   }
 
a.invis:link, a.invis:visited {
  color            : lightgrey;
  font-size        : 0px;
}
p:first-letter {
	color:#8B0000;
	font-weight:bold;
	}
	
p {
	font-size:11;
	color:black;
	font:Verdana;
	font-family:Verdana,Helvetica,Arial,sans-serif;
}