/* CSS Document */

.book {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:bold;
	color:#006699;
	}

.online {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#009966;
	letter-spacing:2px;
	text-transform:uppercase;
	}

.body {
	background-color:#B2C2DF;
	margin-top:10px;
	margin-bottom:10px;
	}

.border_page {
	border:1px solid #000000;
	}

.border_bottom {
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	}

.border_left {
	border-left:1px solid #000000;
	}

.border_middle {
	border-right:1px solid #000000;
	}

.border_right {
	border-right:1px solid #000000;
	}

.border_top {
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	}
.content a:link {color:#006699; text-decoration:underline;}
.content a:visited {color:#006699; text-decoration:underline;}
.content a:hover {color:#009966; text-decoration:none;}
.content a:active {color:#009966; text-decoration:none;}

.content_small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:18px;
	}
.content_small a:link {color:#000000; text-decoration:underline;}
.content_small a:visited {color:#000000; text-decoration:underline;}
.content_small a:hover {color:#000000; text-decoration:none;}
.content_small a:active {color:#000000; text-decoration:none;}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:16px;
	}
.footer a:link {color:#000000; text-decoration:underline;}
.footer a:visited {color:#000000; text-decoration:underline;}
.footer a:hover {color:#000000; text-decoration:none;}
.footer a:active {color:#000000; text-decoration:none;}

.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#006699;
	line-height:18px;
	padding-right:5px;
	}
.nav a:link {color:#006699; text-decoration:none;}
.nav a:visited {color:#006699; text-decoration:none;}
.nav a:hover {color:#009966; text-decoration:underline;}
.nav a:active {color:#009966; text-decoration:underline;}

.nav_border {
	border-left:1px solid #666666;
	}
