/* CSS Document */

b, strong {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	word-spacing: normal;
}

p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

hr {
      border-top: 1px dotted #999966;
      color: #fff;
      background-color: #fff;
      height: 1px;
	  border-left: #fff;
	  border-right: #fff;
	  border-bottom: #fff;
	  width:180px;
	  margin-left: 0px;
    }
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #999966;
	letter-spacing: -1px;
}
	
#lesdates {

width: 280px;
background-color:#999966;
margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
padding:15px;
float:right;
display:table;
}	
	
#lesdates p{
color: #000000;
font-size: 9px;
}
