html { min-width: 600px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
/*	color: #333;*/
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p {
	line-height: 140%;
}

.story {
	clear: both;
	padding: 0.5em 0;
}

.story p {
	line-height: 140%;
	padding: 0.5em 0;
}

h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #030;
}

h1 {
	font-size: xx-large;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #aca;
	margin: 0;
	color: #333;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: x-large;
	margin: 0;
	color: #333;
	padding: 10px 0 5px 0;
}

h3 {
	font-size: large;
	padding: 8px 0 3px 0;
	border-bottom: none;
	margin: 0;
	color: #333;
}

.note {
	background: #efc;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.cite {
	background: #efc;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	margin-top: 0;
	padding-top: 0;
/*	font-style: italic;*/
	text-align: right;
	border-bottom: 1px solid #aca;
}

.book {
	font-weight: inherit;
	font-style: italic;
}

.floatright {
	float: right;
	padding: 15px;
}
.floatleft {
	float: left;
	padding: 15px;
}
.caption {
	padding: 5px 5px 0 5px;
	text-align: center;
	font-size: medium;
	font-style: italic;
	border-top: 1px solid #aca;
}
.module {
	margin: 20px;
	padding-bottom: 3px;
	border: 1px solid #696;
	background-color:#ffd;
	font-size: small;
}
.module p{
	padding:3px 3px 0 3px;
	font-size: small;
}
.module form {
	padding: 3px;
}
.module h1 {
	display:block;
	font-weight:bold;
	font-size:medium;
	color:#333;
	border-bottom:1px solid #aca;
	padding: 3px;
	text-align:center;
	background-color:#efc;
}
.module .info {
	padding-left: 15px;
	font-size: small;
}

ul {
	padding: 0 0 0 2em;
	list-style-position: outside;
	list-style-type: circle;
}
li {
	padding: .5em 0 .5em 0;
}

ol {
	padding: 0 0 0 2em;
	list-style-position: outside;
	list-style-type:decimal;
}