BODY 
{
	margin:0px 0px 0px 0px; 
	background-color:#000000;
}
a:link { color: #740001; text-decoration: none}
a:visited { color: #740001; text-decoration: none}
a:hover { color: #E08F08; text-decoration: underline}

a.footer:link { color: #F7F6F1; text-decoration: none}
a.footer:visited { color: #F7F6F1; text-decoration: none}
a.footer:hover { color: #F7F6F1; text-decoration: underline}

div.cf_wrapper
	{
        background: url(images/book_back.gif) repeat-y center;
		width: 570px;
		height: 229px;
	}

th { font-family:Arial, Helvetica, Verdana, San-Seriff; font-size: 10pt; font-weight: bold; color: #000000; text-decoration: none}

td { font-family:Arial, Helvetica, Verdana, San-Seriff; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: none}

input, select, textarea  {
 	font : Arial, Helvetica, Verdana, San-Seriff;
 	font-size : 9pt;
 	border-width : 1;
 	border-color : CCCCCC;
 	border-style : ridge;
	}


.pages {
    float: right;
    padding: 0.3em;
    margin: 0.3em 0;
    clear: left;
    font-size: 82%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.4em;
    border: 1px solid #FCFCFC;
    background: #FCFCFC;
}

.pages span.current {
    border: 1px solid #818181;
    background: #E4E5DA;
    color: #000;
}

.pages a {
    border: 1px solid #818181;
    text-decoration: none;
}

.pages a:hover {
    border-color: #000;
	background: #F3F4ED;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    font-weight: bold;
    border: 1px solid #ddd;
    color: #999;
}


.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
width: 100%;
overflow: hidden;
border: 1px solid black;
border-width: 1px 0;
background: black url(images/nav_fill.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: black;
padding: 9px 10px;
text-decoration: none;
border-right: 1px solid #C4C18C;
border-left: 1px solid #F7F6F1;
}

.solidblockmenu li a:visited{
color: black;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: black;
background: transparent url(images/nav_fill_hi.gif) center center repeat-x;
}


