body {
	background-color: #939598;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: tahoma, sans-serif;
	font-size: 11px;
}
UL, OL {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	list-style: url("img/disc.gif") disc;
}
H1 {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
H2 {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight:normal;
}
A:link, A:visited, A:hover, A:active {
	font-size:11px;
	font-family : tahoma, sans-serif;
	color:#B51500;
	font-weight:normal;
	text-decoration: underline;
}
A.hdr:link, A.hdr:visited, A.hdr:hover, A.hdr:active {
	font-size:11px;
	font-family : tahoma, sans-serif;
	color:#B51500;
	font-weight:bold;
	text-decoration: underline;
}

.list {
  width:100%; 
  padding:5px;
  float:left; 
  margin-left:20px;
  border:none;
  background-color:#ffffff;
  list-style-type: none;
} 
 
.list ul { 
  list-style:none; 
  margin-left:20px; 
  padding:0;
  list-style-type: none;
} 
	
.list li { 
  padding-left:10px;
  list-style-type: none; 
}

.list li img {
  width:11px;
  margin:0 2px 0 -13px;
  cursor:pointer;
}

.list li a {
	color:#B51500;
	font-weight:normal;
	text-decoration: underline;
	list-style: url("img/disc.gif") disc;
} 

.list li ul { 
  display:none;
	list-style: url("img/disc.gif") disc;
}
 



