  BODY {color: #000000;
  	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
  }

  H1 {	color: #990000;
	font-family: Verdana, sans-serif;
	font-size: 18pt;
	font-weight: bold;}

  H2 {	color: #990000;
	font-family: Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;}

  .FRONTBODY { font-size: 14pt; font-weight: bold; }

  .sortable { font-size: 10pt; }

  table.sortable a.sortheader { 
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }

  table.sortable span.sortarrow { 
    color: black;
    text-decoration: none;
  }

  .TH { 
	background-color: #990000; 
	color: white; 
	font-weight: bold; 
	font-size: 12px;
	padding: 3px;
	border-width: 1;
	border-style: solid;
	border-color: #000000;	
   }

  .TTH { 
	background-color: #000000; 
	color: white; 
	font-weight: bold; 
	font-size: 10px;
	padding: 3px;
	border-width: 1;
	border-style: solid;
	border-color: #000000;	
   }

  .TB {
	font-size: 12px;
	padding: 3px;
	border-width: 1;
	border-style: solid;
	border-color: #000000;	
  }

  .TH-S { 
	background-color: #990000; 
	color: white; 
	font-weight: bold; 
	font-size: 10px;
	padding: 3px;
	border-width: 1;
	border-style: solid;
	border-color: #000000;	
   }

  .TB-S {
	font-size: 10px;
	padding: 3px;
	border-width: 1;
	border-style: solid;
	border-color: #000000;	
  }

  #headerright {
	color: #fff; font-size: 14px;
        padding-right: 10px;
  }
       
  #headerright a { color: #eee;}       
  #headerright a:visited { color: #eee;}

  .FOOTER {
	background-color: #000000;
	color: white;
	font-size: 10pt;
	font-weight: bold;
  }

  .button-Off {
	background-color: #000000;
	color: white;
	width: 50px;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	padding: 4px;
	margin: 0;
  }

  .button-On {
	background-color: #990000;
	color: white;
	width: 50px;
	font-size: 12px;
	font-weight: bold;
	border: 0;
	padding: 4px;
	margin: 0;
  }

.blogentries { 
        font-size: 10pt;        
 }

.prevnext {
	font-size: 9pt;	
	border-top: thin #ccc solid;
	border-bottom: thin #ccc solid;
	margin: 5px;
	margin-bottom: 10px;
	padding: 5px;
}

.code {
	background: #eee;
	border: thin #aaa solid;
	font-family: 'Courier New', Courier, monospace;
 	font-size: 10pt;
	padding: 5px;
	width: 700px;
 	overflow: auto;
}

.notebox {background: #FFFBDB; border: 1px solid #FAD576; margin-left: 10px; margin-right: 10px; padding: 5px;}
