a:link
{
	color: #ff6633;
	text-decoration: none;
}
a:visited
{
	color: #ff6633;
	text-decoration: none; 	 
} 
a:active 
{
	color: #ff6633;
	text-decoration: none; 	
}
a:hover 
{
	color: #000000;
	text-decoration: underline; 
}
a.grey:link
{
	color: #808080;
	text-decoration: none;
}
a.grey:visited
{
	color: #808080;
	text-decoration: none; 	 
} 
a.grey:active 
{
	color: #000000;
	text-decoration: none; 	
}
a.grey:hover 
{
	color: #000000;
	text-decoration: none; 
}
body
{
	font-family: Arial;
	background-color: rgb(255,255,255);
	color: rgb(102,102,153);
}
table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: rgb(0,0,0);
	text-align: right;
	margin-left: 10px;
	margin-right: 40px;
	font-size: 12pt;
}
h2
{
	color: rgb(102,102,102);
	margin-left: 80px;
	font-size: 10pt;
	font-weight: bold;
}
h3
{
	color: rgb(102,0,51); 
}
h4
{
	color: rgb(51,102,51);
}
h5
{
	color: rgb(102,0,51);
}
h6
{
	color: rgb(51,102,51);
	margin-left: 160px;
	margin-right: 45px;	
}
p
{
	font-family: Arial;
	color: #666666;
	font-size: 12pt;
}
p.table
{
	text-align: right;
	margin-left: 10px;
	margin-right: 45px;
}
p.form
{
	text-align: right;
	margin-left: 10px;
	margin-right: 10px;
}
p.tableblack
{
	text-align: right;
	margin-left: 10px;
	margin-right: 45px;
	color: #000000;
}
p.menu
{
	font-size: 10pt;
	text-align: center;
	color: #808080;
	font-weight: bold;
}
p.footnote
{
	font-size: 7pt;
	text-align: center;
	color: #808080;
}
.copyright
{
	font-size: 9pt;
	text-align: center;
	color: #ff6633;
}
p.bmenu
{
	font-size: 10pt;
	text-align: center;
	color: #808080;
	font-weight: bold;
	line-height: 200%
}