BODY, DIV {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333333;
}
A, A:link, A:active, A:visited {
	color:#53A4C8;
}
TD {
	vertical-align:top;
}


#viewer{
	margin-right:100px;
	position:relative;
	top: -15px;
	
}

#logo {
	float:right;
	width:20px;
	height:20px;
	margin-top:10px;
	margin-right:5px;
}
#title { font-size:30px; font-weight:bold;}
#version {
	border-top: 1px solid #999999;
	padding: 5px;
	margin: 10px 10px;
	text-align:left;
	color: #999999;
	font-size:11px;
	background-color:#EEEEEE;
}
#toc {
	clear:both;
}
#toc A {
	width: auto;
	margin-left: 10px;
	margin-top:1px;
	color: #666666;
	display: list-item;
	list-style-type:upper-roman;
}
#toc A:hover {
	margin-left: 10px;
	color:#53A4C8;
}
.section IMG {
	display:block;
	margin: 10px 10px;
}
#copyright {
	text-align: center;
	border-top: 1px solid #999999;
	background-color: #DDDDDD;
	padding: 5px;
	color: #666666;
	font-weight:bold;
	display:none;
}
#disclaimer {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 10px;
	margin-bottom: 20px;
}

#license, #toc A.license {
	display:none;
}

.inline {
	display: inline !important;
	margin: 0 4 3 2px!important;
	vertical-align: text-top;
}
.short {
	color: #ccc;
	background-color: #ccc;
	margin: 0 10px;
	height: 1px;
	border: 0px solid #f00;
	width: 50%;
}
.notes {
	margin-left: 15px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	background-color: #EEEEEE;
}
.notes H4 { margin: 0 auto; }
.notes UL {
	margin: 0px auto;
	list-style-type:circle;
	font-size:0.9em;
}
.section {
	border-top: 1px solid #AAAAAA;
	margin: 10px 10px;
}
.section P {
	margin-left: 10px;
}
.column {
	display: inline;
	float:left;
}
.code {
	font-family: Courier-New, "Courier New", Courier, Typewriter;
}
.tags { font-weight:bold; }
.tags SPAN { display:block; margin-left:5px; font-weight:normal; }
