body {
	background-color: #D7D7BF;
	margin: 0px;
	padding: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
}

.foot {
	font-family: Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
}

.head1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(bg_head.jpg);
	padding: 2px;
	border: 1px solid #000000;
}
.head2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.title {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #B9005C;
}
.images {
	padding: 3px;
}

a {
	color: #333333;
}
a:hover {
	color: #B9005C;
}

#Layer2 {
	position:absolute;
	width:761px;
	height:115px;
}

ul.checkmarklist li {
		list-style-type: none;
		margin: 0px;
        background: url("graphics/checkmark.gif") top left no-repeat;
        padding-left:20px;
        padding-bottom:4px;
		height: 1%;
		overflow: visible;
}
	
ul.checkmarklist li ul li {
		padding-left: 0px;
		margin-left: 0px;
}
	
ul.checkmarklist li ul li {
		list-style-type: disc;
		background: none;
		padding-left: 0px;
		margin-left: 0px;
		padding-bottom: none;
		height: auto
	}
