body {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
td {
	font-size: 1em;
}
p {
	font-size: 0.8em;
	margin: 0px;
}
li {
	margin-bottom: 1em;
}

h1 {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #022067;
	padding-left: 20px;
	background-image: url(images/indicator.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
h2 {
	font-size: 0.85em;
	color: #FFFFFF;
	background-color: #4F8943;
	padding-left: 10px;
	margin: 0px;
	font-weight: bold;
	line-height: 1.5em;
	background-image: url(images/indicator_h2.gif);
	background-repeat: no-repeat;
}
h3 {
	font-size: 0.75em;
	color: #022067;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
input, textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	background-color: #F0F5FB;
	border: 1px solid #005AAC;
	margin: 0px;
	padding: 4px;
}
pre {
	font-size: 12px;
}
img {
	border: 0px;
}
.menu {
	color: #666666;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(images/menuindicator.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-bottom: 0.25em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
.menu a:link, a:visited { 
	text-decoration: none; 
	color: #666666;
	}
.menu a:hover, a:active { 
	text-decoration: underline; 
	color: #888888;
	}
	
.submenu {
	color: #666666;
	font-size: 0.65em;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(images/submenuindicator.gif);
	background-repeat: no-repeat;
	margin-bottom: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.submenu a:link, a:visited { 
	text-decoration: none; 
	color: #666666;
	}
.submenu a:hover, a:active { 
	text-decoration: underline; 
	color: #888888;
	}
.button {
	padding: 0px;
}
.footer {
	font-size: 11px;
	color: #999999;
}
.footer a:link, .footer a:visited {
	text-decoration: none;
	color: #999999;
}
.footer a:hover, .footer a:active {
	text-decoration: underline; 
	color:#CCCCCC;
}
.indented {
	margin-left:10px;
}

