body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10pt; 
  color: #000000;
  background-color: #E6E3C3;
}

div	{
	margin-left: 30px;
	margin-right: 25px;
}

h3	{
	color: #978C20;
	font-size: 11pt;
	font-weight: bold;
}

/* menu style */
table.menu	{
	position: absolute;
	z-index: 5;
	left: 135px;
	width: 150px;
	top: 160px;
/*	line-height: 20px; */
}


a.menu	{
	color:#E6E3C3;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
	line-height: 20px; 	
}
a.menu:hover	{
	text-decoration:underline;
}

p.copyrights	{
	color:white;
	font-size: 9pt;
}

span.logo	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	color: #F3EBA8;
	font-weight: bold;
}

.white	{
	color:#FFFFFF;
}

p.sign	{
	margin-left: 100px;
	color:#000000;
	font-size: 8pt;
}
a.sign	{
	color:#000000;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}

