#content {
	font-weight: normal;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	width: 99%;
}
#content a {
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	font-weight: bold;
	color: #660066;
	text-decoration: underline;
}

h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.0em;}
h6 {font-size: 1.0em;}
p {font-size: 0.9em;}

#banner {
	font-size: 1.6em;
	line-height:40px;
	color: #ffffff;
	background-color: #987F58;
	padding-left: 5px;
	font-weight: bold;
	vertical-align: middle;
}
li {padding-bottom: 0.9em;}
ul {font-size: 0.9em;list-style-position: outside;}
ul ul {font-size: 1.0em;}
ul ul ul {font-size: 1.0em;}
ul ul ul ul {font-size: 1.0em;}
ul ul ul ul ul {font-size: 1.0em;}
ul ul ul ul ul ul {font-size: 1.0em;}
ol {font-size: 0.9em; list-style-type: decimal;}
ol ol {font-size: 1.0em;list-style-type: lower-alpha;}
ol ol ol {font-size: 1.0em;list-style-type: lower-roman;}
ol ol ol ol {font-size: 1.0em;list-style-type: upper-alpha;}
ol ol ol ol ol {font-size: 1.0em;list-style-type: upper-roman;}
ol ol ol ol ol ol {font-size: 1.0em;list-style-type: decimal;}

.nextsection {
	font-size: 0.9em;
	text-align: right;
	font-weight: bold;
	border-top: 2px solid #000000;
	color:#987F58;
	margin-top: 5px;
	padding-top: 5px;
}
table#gviutable {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 99%;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;}


#gviutable th {
	background-color: #987F58;
	color:#ffffff;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: center;
}
#gviutable td {
	background-color: #ffffff;
	color:#000000;
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
}


