html {
	background: #E5E5E5;
}

body {
	margin-top: 10px;
        background-color: #E5E5E5;
}

h3 {
	font-size:123.1%;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

ol {
	margin-bottom: 10px;
}

li {  
	list-style-type: disc;   
	list-style-position: inside;
} 

#doc4 {
	background-color:#FFFFFF;
	border:1px #98AAB1 solid;
	padding: 10px;
}

#hd {
	text-align: center;
	padding: 10px;
}

#ft {
	text-align: center;
}

#navigation li {
	list-style-type: none;  
	list-style-position: outside;
	background-color: #EFEFEF;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

#navigation a {
	color: #006699;
	font-weight: bold;
	letter-spacing: 1px;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation li.selected {
	color: #FFA34F;
	background-color: #006699;
	font-weight: bold;
	letter-spacing: 1px;	
}

.module {
	background-color:#FFFFFF;
	border:2px solid #006699;
	text-align: center;
	margin-bottom: 10px;
}

.module h1 {
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #FFFFFF;
	line-height: 2;
	font-weight:bold;
	height:28px;
	color: #FFA34F;
	background-image: url(images/cellpic3.gif);
}

.module p,table,.more,h2 {
	border-width: 0 1px 1px 2px;
	border-style: solid;
	border-color: #FFFFFF;
	text-align: left;
	padding: 0 5px 0 5px;
}

.module .more {
	background-color: #EFEFEF;
	text-align: right;
	margin-bottom: 0px;
}

.module h2 {
	line-height: 2;
	/*font-weight: bold;*/
	color: #006699;
	height: 28px;
	background-color: #1D1D7DC;
	background-image: url(images/cellpic1.gif);
}

.module td {
	padding: 3px 3px 3px 3px;
	margin: 1px 1px 1px 1px;
}

.module td {
	vertical-align:top;
}

