@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #b9b8b0;
}

h1 
{
	color:#660000;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-style: normal;
	line-height: 22pt;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
}
	
h2 
{
	font: normal normal bold 18/20 Times New Roman, Times, serif;
	color:#b9b8b0;
	text-align:left;
	padding:10px;
}
	
p	
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px/18px;
	color:#000000;
	text-align:left;
	padding-left:5px;
}
	
.nav
{
	COLOR: #999999;
	FONT-FAMILY: verdana,geneva,arial;
	FONT-SIZE: 10px;
	TEXT-DECORATION: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.story
{
    BACKGROUND-COLOR: #ffffcc;
    COLOR: black;
    FONT-FAMILY: Verdana,Arial,sans-serif;
    FONT-SIZE: 8pt;
}

a:link {
	color: #265267;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited {
	color: black;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
