a:link
{
	color: Maroon; 
	text-decoration: none;
}
a:visited
{
	color: #530000; 
	text-decoration: none;
} 
a:active 
{
	color: Navy;
	text-decoration: none;
}
body
{
	font-family: "Times New Roman", Times, serif;
	background-color: White;
	color: Black;
}
A:HOVER {
	background : Silver;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Times New Roman", Times;
}
h1
{
	color: #660000;
}
h2
{
	color: #660000;
	text-align : center;
}
h3
{
	color: #660000;
}
h4
{
	color: #660000;
}
h5
{
	color: #660000;
}
h6
{
	color: #660000;
}

.menuhead
{
	font-weight : bold;
	text-align : center;
	text-decoration: none;
}

.menuitem
{
	font-weight : normal;
	text-align : center;
	text-decoration: none;
}

.rowcathead
{
	text-align:left;
	font-weight : bold;
	font-style : italic;
	border-top-style : solid;
}

.colhead
{
	text-align:center;
	font-weight : bold;
}

TD.rowlabel
{
	text-align:left;
	font-weight : 200;
	font-size: 10pt;
	border-top-style : dotted;
	border-color : #660000;
}

TD.rowspchar
{
	text-align:center;
	font-weight : normal;
	font-family : "Courier New", Courier, monospace;
	font-size: 9pt;
}

TD.example
{
	text-align:center;
	font-family : "Courier New", Courier, monospace;
	font-size: 9pt;
}

TD.definition
{
	text-align:left;
	font-weight : normal;
	font-style : normal;
	font-size: 10pt;
}

.annotatedpics
{
	border-top-style : solid;
	border-bottom-style : solid;
	border : thin Blue;
}

.screenshot
{
	border : thick;
	outline : ridge 4px;
	border-left-width : 2;
	border-bottom : 2;
	border-right-width : 2;
	border-top-width : 2;
}

 li {
	margin-bottom : 10pt;
}

.littlelist {
	margin-bottom : 5pt;
}
