
/* -------------------- BASIC */
body, td, p  {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height: 150%
	}

a:link {
	color: #57B5D5;
	text-decoration: underline;
	}

a:visited {
	color: #57B5D5;
	text-decoration: underline;
	}

a:hover {
	color: #FF6666;
	text-decoration: none;
	}

a:active {
	color: #FF6666;
	text-decoration: none;
	}
	
/* -------------------- TEXT */
.text {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	}

.headline {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	}
	
.copyright {
	font-size: 10px;
	color: #999999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-indent: 280px
	}
	
.caption {
	font-size: 11px;
	color: #999999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
.book {
	font-size: 12px;
	color: #000000;
	font-family: Georgia, Times, serif;
	text-indent: 15px;
	}
	
.bookNoInd {
	text-indent: 0px;
	}
	
.bookCon1 {
	font-style: italic;
	text-indent: 30px;
	}
	
.bookCon2 {
	font-style: italic;
	text-indent: 45px;
	}

.paginate {
	font-size: 11px;
	color: #999999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	}
	
/* -------------------- NAV */
td.nav {
	font-size: 11px; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000; 
	}

td.nav a:link {
	font-weight: bold;
	color: #57B5D5;
	text-decoration: none;
	}

td.nav a:visited {
	font-weight: bold;
	color: #57B5D5;
	text-decoration: none;
	}

td.nav a:hover {
	font-weight: bold;
	color: #FF6666;
	text-decoration: underline;
	}

td.nav a:active {
	font-weight: bold;
	color: #FF6666;
	text-decoration: underline;
		}

.select {
	font-size: 11px;
	color: #FF6666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	}
