Body {
  background: #111111;
  font-size: 14px;
  font-family: Verdana, Georgia, sans-serif;
  color: #ffffcc;
  margin-top: 10px;
}

a:link		{color: white; font-weight: bold; text-decoration: none;}
a:active	{color: white; font-weight: bold; text-decoration: none;}
a:visited 	{color: white; font-weight: normal; text-decoration: none;}
a:hover 	{color: white; text-decoration: underline;}

a.onwhite:link		{color: brown; font-weight: bold; text-decoration: none;}
a.onwhite:active	{color: brown; font-weight: bold; text-decoration: none;}
a.onwhite:visited 	{color: brown; font-weight: normal; text-decoration: none;}
a.onwhite:hover 	{color: brown; text-decoration: underline;}

.boxed
{	
border-bottom-width: 1px; 
border-top-width: 1px; 
border-left-width: 1px; 
border-right-width: 1px; 
border-style: solid;	
border-color: #222222;
}

.boxedtop
{	
border-bottom-width: 1px; 
border-top-width: 1px; 
border-left-width: 1px; 
border-right-width: 1px; 
border-style: solid;	
border-color: #ffff99;
}

.boxedmiddle
{	
border-bottom-width: 1px; 
border-top-width: 0px; 
border-left-width: 1px; 
border-right-width: 1px; 
border-style: solid;	
border-color: #ffff99;
}

.boxedbottom
{	
border-bottom-width: 1px; 
border-top-width: 0px; 
border-left-width: 1px; 
border-right-width: 1px; 
border-style: solid;	
border-color: #ffff99;
font-size: 11px;
}

.whiteback {   /* adde N2 12-15-09 */
 color: #222222; 
 margin-top: 4px;
 margin-bottom: 4px;
}

.navtop {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.navside {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

.title  {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.whitenote  {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.content  {
  color: #ffffff;
  font-size:14px;
}

.formText  {
  font-size: 8pt;
  background-color: #bebebe;
  color: #000000;
  border: 1px #cccccc solid;
}

.formButton  {
  color:#000000;
  font-size: 12px;
  text-decoration:none;
  border:solid #cccccc 1px;
  background-color: #bebebe;
}

.footmsg  {
  text-align: center;
  font-size: 10px;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
/*  font-family: verdana,trebuchet,sans-serif; */
/* font-size:   11px;  */
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
 text-align:  left;
}