.container {
	width: 740px;
	border: 2px none #aaaaaa;
	z-index: 50;
		}
		
.container2 {
	width: 340px;
	border: 2px none #aaaaaa;
	z-index: 50;
		}
.container3 {
	width: 440px;
	border: 2px none #aaaaaa;
	z-index: 50;
		}
		
.container h2 {
	font-size: 1em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: normal;
	background-image: url(images2/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left;
		}
.container2 h2 {
	font-size: 1em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: normal;
	background-image: url(images2/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left;
		}	
		
.container3 h2 {
	font-size: 1em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: normal;
	background-image: url(images2/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left;
		}		
p {
		font-size: 1em;
		}
		
.expandable {
		border-top: 1px dotted #aaaaaa;
		background-color: #e8ebee;
		padding: 10px;
		}
		

