@charset "utf-8";


body {
	padding: 7px;
	text-align: center;
}
#header {
	text-align: center;

}
#Page {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	clear: both;
}
#footer {
	margin: 20px;
	clear: both;
}

.mHome {
	background-image: url(images/home.gif);
	display: block;
	height: 25px;
	width: 170px;
	visibility: hidden;
}
.homePage {
	padding-top: 12px;
	padding-right: 50px;
	padding-bottom: 12px;
	padding-left: 50px;
	background-color: #FFC;
	text-align: left;
}
.currentTitle {
	color: #FFF;
	background-color: #F33;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.currentbookTitle {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.bookTitle {
	color: #FFF;
	background-color: #FC0;
	font-size: 24px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.curentPage {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.fRight {
	float: right;
}
.menu img{
	margin: 0px;
	border: none;
}
.formTableTitle {
	color: #FFF;
}
.orderFormTitle {
	color: #FFF;
	background-color: #393;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.pageNumber {
	text-align: center;
	vertical-align: top;
}



#Page .issues   {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	margin: auto;
	border-left-width: 1px;
	border-left-color: #000;
	text-align: left;
}


#Page .issues tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
}

.tgrey {
	background-color: #C0C0C0;
}

.cent {
	text-align:center;
}
.book table img{
	border: 1px solid #000;
}
