/* ----------------------------------------------- */
/* - Links                                       - */
/* ----------------------------------------------- */

a:hover 
{
  color: #FFCC33;
}

a. 
{
  color: #707D4A;
}

.topmenu {
	font-family:						verdana;
	font-size:							10px;
	color:									#FFFFFF;
	text-transform:					uppercase;
	text-decoration:				none;
}

.menu {
	font-family:						verdana;
	font-size:							10px;
	color:									#FFFFFF;
	text-transform:					uppercase;
	text-decoration:				none;
}

.menuselected {
	font-family:						verdana;
	font-size:							10px;
	color:									#E3AB56;
	text-transform:					uppercase;
	text-decoration:				none;
}

/* ----------------------------------------------- */
/* - Standard styles                             - */
/* ----------------------------------------------- */

p 
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading1 
{
  font-family: tahoma;
  font-size: 15px;
  font-weight: bold;
  color: #707D4A;
  text-decoration: none;
  margin-bottom: 12px;
  margin-right: 12px;
}

.heading2 
{
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-bottom: 3px;
}

.heading3 
{
  font-family: tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  margin-bottom: 3px;
}

.normal 
{
  font-family: tahoma;
  font-size: 13px;
  line-height: 16px;
  color: #000000;  
  margin-bottom: 9px;
}

