@import "tag.css";
body{
	background-image:url(images/allac.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	text-align:center;
	margin:0px;
	}
#title{
	text-align:left;
	}
#wrapper{
	width:80%;
	text-align:left;
	}
h2{
	background-image:url(images/acli.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	color:#3d628b;
	font-size:1.1em;
	padding:0px 0px 0px 30px;
	margin:10px;
	}
ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	}
li{
	display:block;
	margin-top:0px;
	padding:10px;
	}
	
hr{
	border:1px #888888;
	border-style:dotted;
	width:80%;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;}

.blue2{
	background-color: #d6dfe7;
	}