a		{
	text-decoration: none;
}
a:link		{
	text-decoration: underline;
	color: #4E4E64;
}
a:visited	{
	text-decoration: underline;
	color: #4E4E64;
}
a:hover		{
	color: #4E4E64;
        background-color: #E8E8ED;
}
a.menu		{
	text-decoration: none;
	text-decoration: none;
}
a:link.menu	{
	text-decoration: none;
	color: #4E4E64;
}
a:visited.menu	{
	text-decoration: none;
	color: #4E4E64;
}
a:hover.menu	{
	text-decoration: none;
	color: #FFFFFF;
        background-color: #4E4E64;
}
body		{
	margin: 0; 
	padding: 0;
        background-color: #E8E8ED;
	font: 10pt Arial;
	color: #4E4E64;
}
.indent		{
	padding-left: 10px;
}
.center		{
	text-align: center;
}
.middle		{
	vertical-align: middle;
}
.normal		{
	font: 10pt Arial;
	color: #4E4E64;
	text-align: justify;
	text-justify: auto;
	text-justify: distribute-center-last;
}
.box		{
	border: solid;
	border-color: #4E4E64;
	border-width: 1px;
	width: 100%-10 px;
	padding: 0.5em;
}
.highlight	{
	background-color: #4E4E64;
	color: #FFFFFF;
	border-color: #4E4E64;
	border-width: thin;
	width: 98%;
	padding: 0em;
}
.highlightbox	{
	background-color: #4E4E64;
	color: #FFFFFF;
	border-color: #4E4E64;
	border-width: thin;
	width: 100%-10 px;
	padding: 0.5em;
}
.bg1		{
	background-color: #4E4E64;
	color: #FFFFFF;
}
.bg2		{
	background-color: #E8E8ED;
	color: #4E4E64;
}
img.link	{
	border: 0px;	
}
.pre		{
	font-family: courier, mono;
}
.pre2		{
	font: 8pt courier;
}
ul		{
	list-style-type: square
}
ol.lalpha	{
	list-style-type: lower-alpha
}
ol.none	{
	list-style-type: none
}
