body{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	FONT-WEIGHT: 200;
	FONT-SIZE: 10pt;
	COLOR: black;
	bgcolor: #706786; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	FONT-VARIANT: normal;
}
P{
  BORDER: 0px;
  PADDING: 0px;
  MARGIN: 0px;
  text-indent: 1cm; /* first line */
  FONT-WEIGHT: 200;
  FONT-SIZE: 10pt;
  /*COLOR: black;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  TEXT-ALIGN: left;
  FONT-VARIANT: normal;
}

A{
  text-decoration:none;
  FONT-WEIGHT: 200;
  FONT-SIZE: 10pt;
}
A:link {color: #D9C435;}
A:visited {color: #D9C435;}
A:hover {color: #F2E79A;}
A:active {color: #E6C900;}

#hmenu{
	position: absolute; 
	display: block;	
	width: 760px;
	height: 46px; 
	border: 0px;
	background-color: #504766; 
	text-align: center;
}
#hmenu A{
	text-decoration: none;
	FONT-WEIGHT: 250;
	FONT-SIZE: 12pt;
	line-height: 100%;
}
#hmenu A:link {color: #D9C435;}
#hmenu A:visited {color: #D9C435;}
#hmenu A:hover {color: white}
#hmenu A:active {color: #E6C900;}
.hMenuButt{
	cursor: pointer;
	BORDER: 0px;
	PADDING: 10px;
	MARGIN: 0px;
	text-align: center;
	FONT-WEIGHT: 250;
	FONT-SIZE: 12pt;
	COLOR: #D9C435;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-VARIANT: normal;
	position: absolute; 
}

#smallMenu{
	position: relative;
	display: block;	 
	text-align: center; 
	background-color: #504766;
}
#smallMenu A{
	text-decoration:none;
	FONT-WEIGHT: 100;
	FONT-SIZE: 8pt;
	line-height: 100%;
}
#smallMenu A:link {color: #D9C435;}
#smallMenu A:visited {color: #D9C435;}
#smallMenu A:hover {color: #F2E79A;}
#smallMenu A:active {color: #E6C900;}

#copyr{
	position: absolute; 
	top: 1032px;
	left: 522px;
	width: 300px;
	/*height: 39px;*/
	text-align: center; 
	font-weight: 100;
	font-size: 6pt;
	color: white;
	background-color: #504766; 
	border: 1px solid #ffffff;
}
