/* CSS Document */
.head
{
/*font-family:"MS Gothic";*/
font-family: lucida console, monaco, monospace;
font-size:40px;
color:#9C6462;
font-weight:bold;
}
.head a
{
font-family:"lucida console, monaco, monospace";
font-size:40px;
color:#9C6462;
font-weight:bold;
text-decoration:none;
}

.head a:hover
{
font-family:"lucida console, monaco, monospace";
font-size:40px;
color:#BD9B99;
font-weight:bold;
}


.txt{
font-family:"helvetica";
font-size:26px;
color:#9C6462;
padding-left:38px;
padding-right:38px;
text-align:justify;
}
.txt a{
font-family:"helvetica";
font-size:26px;
color:#9FA347;
text-decoration:none;
}
.leftnav 
{

font:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:normal;
/*color:#9C6462; */
color:#999999;
text-decoration:none;
padding-left:15px;
}

.leftnav a
{
font:Arial, Helvetica, sans-serif;
font-size:22px;

color:#999999;
text-decoration:none;
}
.leftnav a:hover
{
font:Arial, Helvetica, sans-serif;
font-size:22px;
color:#BD9B99;
text-decoration:none;
}
#prev
{
background-image:url(images/prev.gif); background-repeat:no-repeat;
background-position:center;
height:55px;
}
#prev:hover
{
background-image:url(images/prev-hover.gif); background-repeat:no-repeat;
background-position:center;
}
#nex
{
background-image:url(images/next.gif); background-repeat:no-repeat;
background-position:center;
height:55px;
}
#nex:hover
{
background-image:url(images/next-hover.gif); background-repeat:no-repeat;
background-position:center;
}