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

.head a:hover
{
font-family:"MS Gothic";
font-size:40px;
color:#BD9B99;
font-weight:bold;
}


.txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#9C6462;
	padding-left:38px;
	padding-right:38px;
	text-align:justify;
}
.txt a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9FA347;
	text-decoration:none;
}
.leftnav 
{
font-family:"MS Gothic";
font-size:26px;
color:#9C6462;
text-decoration:none;
padding-left:15px;
}

.leftnav a
{
font-family:"MS Gothic";
font-size:26px;
color:#9C6462;
text-decoration:none;
}
.leftnav a:hover
{
font-family:"MS Gothic";
font-size:26px;
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;
}

