body{
	margin:0;
	font-size:12px;
	line-height:120%;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
}

#box1 {
	width: 800px;
	margin-left: 20px;
}

.td1 {
	width: 150px;
	background-color:#FF9999;
}

h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
	font-size: 20px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 23px;
	font-size: 17px;
	font-wight:bold;
	line-height: 30px;
}

h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #009900;
	padding: 10px;
	clear: both;
	font-size: 12px;
	color: #FFFFFF;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 25px;
	line-height: 160%;
}

dl {
	width: 740px;
	margin-left: 25px;
	margin-top: 0px;
}

dt {
	margin-bottom: 5px;
}

dd {
	margin-bottom: 10px;
}

li {
	float: left;
	width: 146px;
	list-style-type: none;
	text-align: center;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 25px;
	margin-left: 1px;
}

ul {
	margin: 0px;
	padding: 0px;
}

#table {
	margin-top: 15px;
	margin-left: 25px;
	border: 1px solid #FFFFFF;
}

td {
	line-height:170%;
	background-color:#FFFFFF;
}

#end {
	text-align: center;
	clear: both;
	padding: 20px;
}
img {
	display: block;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	border: 10px solid #996600;
	background-color: #FFFFFF;
	padding: 5px;
}
#menu {
	clear: both;
	height: 140px;
}

a {
	text-decoration:underline;
	color:#000000;
}

