body,p,table {
  font-family: Verdana,Trebuchet MS,Arial;
  color: #624D2F;
  padding: 0px;
}

p, ul {
  width: 80%;
  font-size: 0.8em;
}
  
a {
  color: #777777;
}

img {
  border: 0;
}

table {
  border: 0;
}

h2 {
  color: #5A5E3C;
  font-family: Trebuchet MS, Times New Roman;
  font-size: 1.5em;
  font-weight: bold;
}

h3 {
  color: #5A5E3C;
  font-family: Trebuchet MS, Times New Roman;
  font-size: 1.2em;
  font-weight: bold;
}
  
.hr {
  color: #5A5E3C;
  font-family: Trebuchet MS, Times New Roman;
  font-size: 1.2em;
  font-weight: bold;
}

.cap {
  font-family: Trebuchet MS, Times New Roman;
  color: #5A5E3C;
  font-size: 1.5em;
  font-weight: bold;
}

.footer {
  font-size: 0.5em;
  padding-left: 160px;
}

.nw {
  width: 100%;
}

.cui_overlay
{
	background-color: White;
	filter: alpha(opacity=75);
	opacity: 0.75;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.cui_splash
{
	background-color: White;
	position: absolute;
	z-index: 20;
	text-align: center;
	vertical-align: middle;
	border: 2px solid black;
}

.cui_editor
{
	background-color: White;
	position: absolute;
	z-index: 10;
	border: 2px solid black;
}

