.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
}
.main {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 1.2;
}
.capital {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #CC6633;
	font-style: italic;
	letter-spacing: 1pt;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 1.2;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../img/list.gif);
}
body {
	background-color: #E3D6CF;
	background-image: url(../img/bg-1.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
}
