body, a.body, p.body
{
	color: black;
	font-size: 10pt;
	margin-left: 10pt;
	white-space: default;
}
hed1, .hed1, .h1, h1
{
	color: pink;
	font-size: 18pt;
	margin-left: 5pt;
	margin-top: 10pt;
	white-space: pre;
	text-align: center;
	display: block;
}
hed2, .hed2, .h2, h2
{
	color: white;
	font-size: 14pt;
	margin-left: 5pt;
	margin-top: 10pt;
	white-space: wrap;
	display: block;
}
title1, .title1
{
	color: cyan;
	font-size: 14pt;
	font-family: 'arial', serif;
	margin-left: 10pt;
	white-space: pre;

}
style1, .style1, a.tabwrap, tabwrap
{
	color: white;
	font-size: 10pt;
	font-family: 'arial', serif;
	margin-left: 20pt;
	white-space: wrap;	
}
listitem, .listitem
{
	color: red;
	font-size: 12pt;
	margin-left: 10pt;
	display: block;
}
article, .article
{
	color: blue;
	font-size: 12pt;
	margin-left: 20pt;
	white-space: pre;
	display: block;
	text-align: justify;
}
author, .author
{
	color: purple;
	font-size: 15pt;
	font-weight:bold;
	margin-left: 10pt;
}
date, .date
{
	color: maroon;
	font-size: 15pt;
	margin-left: 10pt;
	display: block;
}
link, .link
{
	color: red;
	font-size: 10pt;
	margin-left: 10pt;
}
mid, .mid
{
	text-align: center;
}
unsed_examlpe, .unused_example
{		
	color: black;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	background-color: white;
	margin-left: 5pt;
	white-space: pre;
	display: block;
	font-family: 'arial', serif;
}
.glossymenu
{
	border-left:1px solid #9A9A9A; border-right:1px solid #9A9A9A; border-top:1px solid #9A9A9A; border-bottom:0px solid #9A9A9A; list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 120px;
	
}
.glossymenu li a
{
	background: white url('images/glossyback.gif') repeat-x bottom left;
	color: white;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; padding-right:0; padding-top:3px; padding-bottom:3px
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 120px;
}
.glossymenu li a:visited, .glossymenu li a:active{
	color: white;
}
.glossymenu li a:hover{
	background-image: url('images/glossyback2.gif');
}