body {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10pt;
	color: #fffcd8;
	background-color: #851618;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}

a {
	color: #cecc9a;
	text-decoration: underline;
}

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

.body_table {
	width: 650px;
	height: 600px;
	border-top: 0px;
	border-left: 3px solid #401211;
	border-right: 3px solid #401211;
	border-bottom: 3px solid #401211;
	background-color: #5b0c0e;
	background-image: url(../images/background_table.gif);
	background-repeat: repeat-x;
	text-align: left;
}

.title {
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	height: 128px;
	background-color: #5b0c0e;
}

.nav {
	height: 26px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10pt;
	padding: 0px 0px 0px 5px;
	background-color: #401211;
	border-top: 3px solid #401211;
	border-bottom: 3px solid #401211;
}

.nav a {
	color: #cecc9a;
	text-decoration: none;
}

.nav a:hover {
	color: #fffcd8;
	text-decoration: underline;
}

.head1 {
	color: #cecc9a;
	font-size: 16pt;
	font-weight: bold;
}

.head2 {
	color: #cecc9a;
	font-size: 14pt;
	font-weight: bold;
}

.footer {
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align: center;
	font-size: 8pt;
}

.footer a{
	color: #cecc9a;
}

.footer a:hover{
	text-decoration: none;
}

.book {
	background-color: #cecc9a;
	padding: 5px;
	color: #000000;
	border: 2px solid #000000;
}

.book .head1 {
	
	color: #000000;
	font-size: 12pt;
	font-weight: bold;