body, table, p {
	font: 9pt Georgia, sans-serif; 
	text-align: justify;
}
h1{
	font: 12pt Georgia, sans-serif; 
	text-align: left;
	font-weight: bold;
	text-decoration:underline;
}
h2{
	font: 10pt Georgia, sans-serif; 
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
h3{
	font: 9pt Georgia, sans-serif; 
	text-align: left;
	font-style:italic;
}
a{
	font: 1em Georgia, sans-serif;
	color: #00487D;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.italics{
font-style: italic;
}
.bold{
font-weight: bold;
}
.redText{
color: red;
}
.smallText{
	font: 0.8em Georgia, sans-serif; 
	text-align: justify;
}

body {
background-color: #00487D;
}
.frame{
background-color: #fff;
}

.header, .footer{
background-color: #003D6B;
font: 1em Tahoma, sans-serif;
color: white;
}

.header a, .footer a{
color: #fff;
font: 0.8em Tahoma, sans-serif;
font-weight: bold;
text-decoration: none;
}

.header a:hover, .footer a:hover{
text-decoration: none;
color: #BFFFE4;
}

.bookTitle{
background-color: #003D6B; 
color: white;
text-align: left;
vertical-align: top;
font-weight: bold;
font-style: italic;
}
.bookDescription{
background-color: #defcee;  
color: black;
text-align: left;
vertical-align: top;
}

.buttonscontainer {width: 158px;}

.buttons a {
display: block;
width: 100%;
color: #fff;
background-color: #007D48;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 5px solid #00a255;
font: 0.8em Tahoma, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.subButtons a {
display: block;
width: 100%;
color: #FFF;
background-color: #007D48;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 15px solid #00a255;
font: 0.8em Tahoma, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 5px solid #BFFFE4;
text-decoration: none;
color: #BFFFE4;}

.subButtons a:hover {border-left: 15px solid #BFFFE4;
text-decoration: none;
color: #BFFFE4;}