body {
margin-right: 1%;
margin-bottom: 2px;
margin-left: 1%;
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
background-image: url(images/bg1.jpg);
background-attachment: fixed;
color: Black;
cursor: crosshair;
 scrollbar-3dlight-color: Black;
 scrollbar-base-color: #201000;
 scrollbar-darkshadow-color: #e8e0d0;
 scrollbar-face-color: #f8e8e0;
 scrollbar-shadow-color: Black;
 scrollbar-track-color: #e7ddd1;
 scrollbar-arrow-color: Black;
 scrollbar-highlight-color: White;
}

a {
	font-size: 13px;
	text-decoration: underline;
	cursor: crosshair;
	color: Black;
}

a:hover {
	text-decoration: none;
	color: #1f426b;
	text-transform: lowercase;
	cursor: pointer;

}

.menu {
	border-top-style: groove;
	border-color: Black;
	border-top-width: thin;
}

.main {
	border-color: Black;
	border-left-style: groove;
	border-left-width: thin;
	border-right-style: groove;
	border-right-width: thin;
	border-bottom-style: groove;
	border-bottom-width: thin;
	padding-top: 5%;
}

.right {
	border-top-style: groove;
	border-color: Black;
	border-top-width: thin;
	padding-left: 5px;
}

td {
	font-size: 13px;
}

p {
	text-align: justify;
	padding-right: 1%;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.emphasis {
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	text-decoration: underline;
}

.strong {
	font-weight: bold;
	font-variant: normal;
	margin-left: 2%;
	margin-right: 2%;
}

.prologue {
	font-size: 12px;
	margin-left: 2%;
	margin-right: 2%;
}

.indent {
	margin-left: 25%;
	margin-right: 25%;
}
li {
	list-style: square;
}

.ital {
	font-style: italic;
}