html, body { margin:  0px; padding: 0px; height: 100%; width:  100%; }
body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #444444;
	background: #FDFDFD;
}

a { text-decoration: none; outline: none; } /* No lines around buttons in Firefox! */
a:link { color: #000099; text-decoration: none; }
a:visited { color: #000066; text-decoration: none; }
a:hover { color: #006633; text-decoration: underline; }
a img { border: 0; } /* No image should have a border when linked */

a.buttonzz { height: 25px;  padding: 2px 10px 2px 10px; background: #FFE6CC; border-top: 1px solid #818181; border-left: 1px solid #818181; border-right: 2px solid #818181; border-bottom: 2px solid #818181; text-decoration: none; }
a.buttonzz:hover { color: #000; background: #46B200; }

h1,h2,h3,h4 {
	font-family: Georgia, Georgia, serif;
	font-weight: bold;
	color: #00017B;
}
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.0em; }
h4 { font-size: 0.9em; }


.clr { clear: both; }
.sep1 { margin-top: 10px; margin-bottom: 10px; border-bottom: 1px solid #e0e0fe; }

img { border: 0; }

.document_body { padding: 10px; }

.header h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 5px;
	color: #16164E;
	background: #E0FFCC;
	border: 1px solid #6FE100;
}

.icon-menu * { margin: 0; padding: 0; }
.icon-menu { width: auto; height: auto; }
.icon-menu ul { }
.icon-menu ul li { float: left; height: 130px; width: 165px; background: #EAEAEA; margin-bottom: 10px; border: 1px solid White; text-align: center; }
.icon-menu ul li:hover { background: #C7FFAA; }
.icon-menu ul li a { font-size: 1.1em; color: #000099; }
.icon-menu ul li a:hover { text-decoration: none; }
.icon-menu ul li img a:hover { border: none; }

.story_index { padding: 10px; }
