a:link
{
	color: rgb(255,255,255);
}
a:visited
{
	color: rgb(255,255,255);
}
a:active
{
	color: rgb(255,51,0);
}
body
{
	font-family: Arial Narrow;
	font-size:12pt ;
	background-color: rgb(236,236,236);
	color: rgb(153,0,51);
}
.menu_box
{
	font-family:Arial Narrow;
	font-size:10pt ;
	background-color: rgb(128,128,128);
	color: rgb(255,255,255);
}
.menu_strip
{
	font-family:Arial Narrow; font-size:10pt ;
	background-color: #BFBFBF;
	color: rgb(243,243,243);
}
table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Papyrus, Book Antiqua, Times New Roman;
}
h1
{
	color: rgb(153,0,51);
	text-align:right
}
h2, h4, h5, h6
{
	font-size:12pt ;
	color: rgb(153,0,51);
	font-style:italic;
}
h3
{
	font-size:12pt ;
	color: rgb(153,0,51);
	text-align:center;
}