﻿.PageTitle {
	font-family: Verdana;
	font-size: 24pt;
	color: #0033CC;
	font-weight: bold;
}
.SectionTitle {
	font-family: Verdana;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}
.NoteText {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
 pre {
	font-family: Courier New;
	}
.Copyright {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}
td  { 
	font-family:Arial; 
}
th  { 
	font-family:Arial; 
}
li { 
	font-family:Arial; 
}
img {
	border-width: 0px;
}
p {
	font-family:Arial; 
}
.tableData {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
.tableData th {
	font-family:Arial;
	font-weight: bold;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color: black;
	color: white;
}
.tableData td {
	font-family:Arial;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	background-color: white;
}
.kbd {
	font-family:arial,helvetica,sans-serif;
	padding:5px 3px;
	white-space:nowrap;
	color:#000;
	background:#eee;
	border-width:2px 4px 5px 3px;
	border-style:solid;
	border-color:#ccc #aaa #888 #bbb;
}
hr {
	border: 0; 
	color: #000000; 
	height: 1px;
	background-color: #000000;
}
dl {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
dd {
	font-weight:normal;
}
/* Post It Notes */
.note { border: 1px solid #6688CC; position: relative; font: 10px caption; font-weight: bold; background: #CCEEFF; text-decoration:none; color: #000077;}
.notebody { display:block; border: 1px solid #666666; color: #000000; background: #FEFF01; position:absolute; z-index: +10; width:300px; padding: 2px; left: 100px; font-size: 12px;}
.notetitle { font-weight: bold; background: #FEFF99; color: #000000; border-bottom: 1px dashed #666666; padding: 1px; width: 100%; margin: 0px;  font-size: 13px;}
.notehidden { display: none; }
.notevisible { display: block; position:absolute; z-index: +10; left:0px;}