@charset "utf-8";
/* CSS Document */
table.tip {
	border-collapse:collapse
}
ul.nodot {
	list-style-type:none
}
h1.title {
	color:#FF0;
	font:Arial, Helvetica, sans-serif
}
h1.heading {
	color:#00F;
	font:"MS Serif";
	text-align:center
}
h2.heading {
	color:#00F;
	font:"MS Serif";
	font-style:italic;
	text-align:left
}
th.tablehead, tr.tablehead {
	background-color:#999;
	font-weight:bold
}
#title {
	color:#063;
	font:"Times New Roman";
	font-size:36px;
	font-weight:bold;
	text-align:center
}
#code {
	background-color:#CCC;
	font-family:"Lucida Console", Monaco, monospace;
	font-size:12px;
	white-space:pre
}

#normal {
	font:"Times New Roman", Times, serif;
	font-size:12px
}
#tiphead {
	color:#00F;
	background-color:#FC0;
	font:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	border-collapse:collapse;
	border-bottom-width:none
}
#tipbody {
	color:#000;
	background-color:#FC3;
	font:"Times New Roman", Times, serif;
	text-align:left;
	border-collapse:collapse;
	border-top-width:none
}
#figurehead {
	font:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
}
#annotation {
	font:"Times New Roman", Times, serif;
	font-size:12px;
}
#backgreen {
	background-color:green;
}
