body {
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif; background-image:  url("images_main/bg.gif"); font-size: 75%;
}
table {
    font-size: 100%;
}
A.link {
	color: #567889; text-decoration: underline;
}
A.link:link {
	color: #567889; text-decoration: underline;
}
A.link:active {
	color: #666666; text-decoration: underline;
}
A.link:visited {
	color: #567889; text-decoration: underline;
}
A.link:hover {
	color: #666666; text-decoration: underline;
}
.linkWhite {
	color: #FFFFFF; text-decoration: none;
}
p {
    margin: 0.5em 0em 1em 0em;
    line-height: 1.5em;
}
p a {
    text-decoration: underline;
}
p a:visited {
    background-color: transparent;
}
p a:active {
    background-color: transparent;
}

textarea {
    font: 110% "Courier New", Courier, monospace; 
    border: 1px solid #ccc;  
    color: Black;
    background-color: white;
    width: 100%;
}

.bookHighlight {
	border-bottom: 1px solid #ccc;
	font-weight: bolder;
}



