body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #BCCAD8;
}
table {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
a:link { color: #039; }
a:visited { color: #636; }
a:hover { color: #333; }
a:active { color: #000; }
a img {
	border: 0px;
}

#page {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	margin-top: 7px;
	margin-bottom: 7px;
	background-color: #ffffff;
}

#header {
	height: 100px;
	background-color: #eeeeee;
	border-bottom: 1px solid #000000;
	background-image: url(logo.png);
}

#navbar {
	background-color: #767F88;
	text-align: center;
	border-bottom: 1px #000000 solid;

	font-size: 8pt;
	width: 650px;
	overflow: hidden;
	white-space: nowrap;
	/*background-image: url(navbar.png);*/
}
#navbar a:link { color: #fff; text-decoration: none; }
#navbar a:visited { color: #fff; text-decoration: none; }
#navbar a:hover { color: #cccccc; text-decoration: none; }
#navbar a:active { color: #fff; text-decoration: none; }

#colorline {
	height: 10px;
}

#content {
	padding: 0px 15px 40px 15px;
}

#content h1 {
	font-size: 22px;
	margin: 0px;
}


h2 {
	font-size: 18px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}
h3 {
	font-size: 18px;
	padding-left: 10px;
 	color: #E1B94F;
}

#outer>#inner {
	border-bottom: 1px solid #ffffff;
}
 
#footer {
	background-color: #eeeeee;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #999999;
	height: 14px;
}
#footer #left {
	float: left;
	padding-left: 5px;
}
#footer #right {
	float: right;
	padding-right: 5px;
}

.invisible {
	display: none;
}



#toc { 
    border:1px solid #aaaaaa;
    background-color:#f9f9f9;
    padding:5px;
    font-size: 95%;
}
#toc #headline {
	text-align: center;
	font-weight: bold;
}
#toc .tocindent {
	margin-left: 2em;
}
#toc .tocline {
	margin-bottom: 0px;
}
#toc a {
	color: #0000ff;
	text-decoration: none;
}
#toc a:hover {
	color: #0000ff;
	text-decoration: underline;
}

@media print{ 
	.invisible {
		display: block;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}
}