BODY {
	background: #F9F9FF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
}
TD {
	color: black; 
	font-size: 12pt;
	font-family: serif;
	}
TH {
	color: black; 
	font-size: 12pt;
	font-family: serif;
   font-weight: bold;
	}
	
H1 {
	color: black; 
	font-size: 16pt;
	font-weight: bold; 
	font-family: serif;
   text-align: center;
}

A {
	color: #4444AA; 
	font-size: 12pt;
	font-weight: bold; 
	font-family: serif;
   text-decoration: none
}
A:hover {
	color: #4444AA; 
	font-size: 12pt;
	font-weight: bold; 
	font-family: serif;
   text-decoration: underline
}
.entrydate {
   color: #AAAAAA;
   font-size: 10pt;
}

P {
   color: black;
   margin-left: 1.0em;
   margin-right: 1.0em;
}

.LINKP {
   color: black;
   background: #DDDDDD;
   text-align: center;
}

.item {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
}
.item h1 {
	margin: 0px;
	padding: 0px;
  font-size:125%;
  line-height:1.2em;
  font-weight:bold;
  color:#666;
  font-variant: small-caps;
  letter-spacing:.1m;
  font: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;

}
.item h2 {
	margin: 0px;
	padding: 0px;
  font-size:125%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  font-variant: small-caps;
  letter-spacing:.1m;
  font: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
 }
  
.item p {
    color: #666
    font-size: small
}


.imgfloatright { 
  float: right;
  width: 200px;
  margin: 0 0 0 10px;
}
