.copyright {
	font-size: small;
	text-align: center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bk.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
.head {
	background-color: #000000;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
}
.mnu {
	font-size: small;
	font-weight: normal;
}
.mnu a {
	text-decoration: none;
}
.mnu a:hover {
	text-decoration: underline;
}
.topics {
	font-weight: bold;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 10px;
	padding-top: 20px;
	font-size: large;
	margin-top: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	border-bottom-width: 1px;
	padding-bottom: 2px;
}
.txt {
	font-size: small;
	line-height: 1.25em;
}
.mnu2 {
	color: #FFFFFF;
	font-size: small;
	text-align: right;
}
.mnu2 a {
	text-decoration: none;
	color: #FFFFFF;
}
.mnu2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.txt2 {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1.3em;
}
