
body {
	background-color: #eeeeee;
  	color: #000000;
	font-family:sans-serif;
}



div.basetext {
    background-color:#ffffff;
    margin-top:0;
    margin-bottom:0;
	margin-left:1%;
	margin-right:1%;
	padding:11px;
	text-align:left;
	font-weight:normal;
  border-color:#dddddd;
}

div.basetop {
  width:auto;
  height:auto;
  right:0em;
  top:0em;
  left:auto; 
  top:0;
  background-color:#ffffff;
  margin-top:0;
  margin-bottom:0;
  margin-left:1%;
  margin-right:1%;
  padding:2px 11px 2px 6px;
  text-align:left;
  font-weight:normal;
  text-align:right;
}

h1 {
    text-align:center;
}

span.h2 {
    font-family:sans-serif;
    font-weight:bold;
}

div.year {
	margin-right:2%;
	background-color:#eeeeee;
}

div.form {
}

span.cpt {
	color:#005500;
	font-weight:bold;
}

span.cm {
	color:#666666;
}

.fl {
	color:#0000FF;	
	font-style:italic;
}

ul {
	margin-top:1px;
    margin-bottom:1px;
	margin-left:0px;
	padding-left:3%;
}

li {
	list-style:outside;
    list-style-type:none;
	font:Arial, Helvetica, sans-serif; 
	color:#666666;
}

ul li {
	
	font-family:sans-serif;
	font-weight:normal;
	list-style-type:none;
}

li.basic {
   list-style-image:url(../images/arrow_1.jpg);
  list-style-type:none;
}

span.links {
}




.sub { display: none; }
.subexp {display: block; }
.sub { display: none; } 

.subexp {display: block; } 

li.exp {
  list-style-image:url(../images/plus.png);
  list-style-type:none;
  cursor:pointer;
}

li.col {
  list-style-image:url(../images/minus.png);
  list-style-type:none;
  cursor:pointer;
}

li.exp_active {
 list-style-image:url(../images/plus.png);
  list-style-type:none;
  cursor:pointer;
}

li.col_active {
  list-style-image:url(../images/minus.png);
  list-style-type:none;
  cursor:pointer; /* if not included, bullets are not shown right in moz*/
}


li.basic_active {
  list-style-image:url(../images/arrow_1.jpg);
  list-style-type:none;
}
