body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	background-color: #FFFFFF;
}
.content {
	background-image: url(img/girl2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 50px;
	padding-bottom: 30px;
}
h1 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	color: #06914E;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	margin-right: 20px;
	margin-left: 60px;
	margin-top: 40px;
	margin-bottom: 0px;
}
p {
	font-size: 70%;
	color: #919191;
	margin-right: 2px;
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #06914E;
	text-decoration: underline;
}
li {
	font-size: 11px;
	color: #919191;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding-left: 15px;
	line-height: 14px;
	margin-left: 20px;
}
div.line {
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2DD;
	border-right-color: #E2E2DD;
	border-bottom-color: #E2E2DD;
	border-left-color: #E2E2DD;
}
ul {
	margin-top: 0px;
}
.note {
	background-color: #E2E2DD;
	padding: 5px 10px;
	border: 1px solid #D8D8D1;
}
h2 {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.copyright {
	padding-left: 20px;
}
