.hsis {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF}
.navbar {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #333333; text-decoration: none}
.bodylink {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}
.rednavbar {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #CC0000; text-decoration: none}
.lowercase {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-transform: lowercase}
.hsisbold {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: none}
.hsiscaption {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FF6666; text-decoration: none}
.hsisbody {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.navbarred {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #CC0000; text-decoration: none}
#guidebooks-list {
	margin-top: 2em;
	}
#guidebooks-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#guidebooks-list li {
	padding: 1.2em 0;
	border-top: 1px dashed #000;
	}
#guidebooks-list li li {
	padding: 0;
	border-top: 0 none;
	}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}
.image-right {
	clear: right;
	float: right;
	width: 200px;
	margin: 0 0 0.5em 0.5em;
	}
.image-left {
	clear: left;
	float: left;
	width: 200px;
	margin: 0 0.5em 0.5em 0;
	}
a {
	color: #cc0000;
	}
h2 {
	font-size: 138%;
	}

/* TABLES ------------------------------------------------- */
td {
	font-size: 84%;
	}
th {
	font-size: 90%;
	}

.table-variables {
	width: 100%;
	max-width: 50em;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	}
.table-variables caption {
	padding: 4px 0;
	background: #F3F3F3;
	font-weight: bold;
	}
.table-variables td {
	padding: 4px;
	border: 1px solid #ccc;
	}
.table-variables th {
	padding: 4px;
	border: 1px solid #999;
	background: #FFCCCC;
	color: #000;
	}

/* HOME --------------------------------------------------- */
#home_data-request {
	margin: 30px 0 20px 0;
	border-top: 1px solid #336CCC;
	background: #608CD7 url(images/home_data-request_shadow.jpg) bottom left no-repeat;
	color: #fff;
	}
#home_data-request h2 {
	margin: 0;
	padding: 12px 20px 35px 20px;
	background: url(images/home_data-request_arrow.png) top right no-repeat;
	}
#home_data-request a {
	color: #fff;
	text-decoration: none;
	}
	
	
/* MISC --------------------------------------------------- */

.grey {
	color: #999;
	text-decoration: underline;
	}