/* CSS Document */

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
	color: #999;
	margin:20px 0 80px 0;
}

.img-left {
	float: left;
	margin:10px 10px 10px 25px;
}

.img-right {
	float: right;
	margin:10px 25px 10px 10px;
}

hr {
	color:#999999;
}

	
td ul {
	list-style-type: square;
	list-style-position: inside;
}

td ul ul li {
	list-style-position: inside;
	list-style-type: square;
	padding-left:10px;
}

.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
