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




p{
	border-right-style: none;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #009;
	text-align: justify;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #060;
	text-decoration: none;
	display: table-cell;
	padding: 0px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
} 
#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-style: none;
	height: 0px;
	border-right-style: none;
	border-left-style: none;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}
#menu {
}

#wrapper table tr #Story {
	border-top-width: thin;
	border-bottom-width: medium;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #000;
}
#wrapper table #Tabs {
	border: thin groove #CCC;
}
#last {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #060;
	font-weight: bold;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}

.fltlft {
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#Sidebar tr #format {
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#closed {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: groove;
	border-bottom-style: groove;
}

.fltlft2 {
	float: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.imgcentered {
  margin: 0 auto;
  display: block;
}
