/* CSS Document */

.background {
	background-repeat:no-repeat;
}
.background1 {
	background-repeat:repeat-y;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
p {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	text-align: justify;
}
td {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
}
a {
	color:#990000;
	text-decoration: none;
}
a:visted {
	color:#000066;
}
a:hover {
	text-decoration:underline;
}
.lwrap {
	margin-left: .5em;
	margin-top: .5em;
}
.rwrap {
	margin-right: .5em;
	margin-top: .5em;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	font-weight:bold;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}