
html {height: 100%;}

body {
	line-height: 1.2em;
	font-size: 92%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 10em;
	margin-left: 10em;
	padding: 0px;
	color: #000;
	background-color: #fff;
	min-height: 101%; }

body {  /* workaround for IE bug  */
  /* for Firefox, Gecko, Camino, Konqueror, Linux */
	font-family: "trebuchet ms", arial, helvetica, geneva, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
  /* for IE */
	font-family: arial, helvetica, geneva, sans-serif; }

html>body {
  /* be nice to Opera rule */
	font-family: "trebuchet ms", arial, helvetica, geneva, sans-serif; }

/* ~~~~~~~~~~~~~~~~~~  Contents  ~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainCenter {
	height: 100%; }

/* title frame */

.titleframe {
	width: 100%; }

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px; }

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px; }

a: link {
	color: #06c;
	text-decoration: underline;
	background-color: transparent; }

a: visited {
	color: #996;
	background-color: transparent; }

a: hover {
	text-decoration: underline;
	color: #03f;
	background-color: #dda; }

a: visited: hover {  /* shows visited hover image */
	text-align: left;
	color: #000;
	background-color: #cc9; }

a: active {
	color: #f0f0f0;
	background-color: #369; }

a[name]: active {
	color: inherit;
	font-weight: inherit;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent; }

a[name]: hover {
	color: inherit;
	font-weight: inherit;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent; }

a[img]: hover {
	color: inherit;
	font-weight: inherit;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent; }

.userAlert {
	float: right; }

.titleContent { padding: 6px 0 6px 6px; }

.banner {
	font-size: 12px;
	font-family: "trebuchet ms", "ludica grande", arial, helvetica, geneva, sans-serif;
	color: #000; }

.banner .title {
	font-size: 1.2em;
	font-weight: bold; }

.banner .info {
	font-size: 0.9em; }

.pagenums {
	font-size: 10px;
	font-family: "trebuchet ms", "ludica grande", arial, helvetica, geneva, sans-serif;
	color: #000; }

.banner .email {
	font-weight: bold; }

.spacer0 {
	clear: both;
	line-height: 0em; }

.spacer1 {
	clear: both;
	line-height: 0.1em; }

.spacer2 {
	clear: both;
	line-height: 0.2em; }

/* index frame */

.indexContent {
	width: 95%;
	padding-top: 6px;
	padding-bottom: 6px; }

.indexInfo {
	font-size: 11px;
	font-family: "trebuchet ms", "ludica grande", arial, helvetica, geneva, sans-serif;
	padding: 0 0 0 6px; }

.indexInfo .filename {
	color: #000; }

.indexInfo .date {
	color: #000; }

/* file info */

.content {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px; }

.header {
	font-size: 9px;
	font-weight: bold;
	color: #000; }

.contentLast {
	font-size: 11px;
	padding-top: 6px; }

/* feedback */

.feedback {
	width: 461px;
	font-family: "trebuchet ms", "ludica grande", arial, helvetica, geneva, sans-serif;
	padding: 6px 6px 0 6px; }

.checkBoxText {
font-size: 11px;
	color: #000; }

.button {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	width: 100%;
	background-color: #D6BA8B; }

/* ~~~~~~~~~~~~~~~~~~~~~~~IMAGES~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

img {  /* border style for all images */
	background-color: transparent;
	border: 0; }

#imageInfo {
	width: 461px;
	font-family: "trebuchet ms", "ludica grande", arial, helvetica, geneva, sans-serif;
	padding: 0 6px 0 6px; }

img.home {
	text-align: center;
	vertical-align: top;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	padding: 0em;
	background-color: #fff;
	width: 23px;
	height: 22px; }

img.prev {
	text-align: center;
	vertical-align: top;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding: 0em;
	background-color: #fff;
	width: 13px;
	height: 17px; }

img.next {
	text-align: center;
	vertical-align: top;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding: 0em;
	background-color: #fff;
	width: 13px;
	height: 17px; }


