body {
	background-color: #66CCFF;
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h2 {
	font-size: 8pt;
	text-decoration: underline;
	font-weight: normal;
}

.txt td {
	font-family: Verdana;
	padding: 10px;
}
.txt p {
	font-size: 8pt;
	line-height: 14pt;
	color: #333333;
}
a:link,a:visited,a:active {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #A0C6DC;
}

.txt th {
	background-color: #A0C6DC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
li {
	font-size: 8pt;
	list-style-type: square;
}

.td1 {
	background-color: #E1EDF4;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
