body {
  font-family: Arial, helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #000000
}

p {
  font-family: Arial, helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #000000
}
 
h1 {
  font-family: Arial, helvetica, sans-serif;
  font-size: 32px;
  font-style: ;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  color: #000000
}

h2 {
  font-family: Arial, helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  color: #000000
}

h3 {
  font-family: Arial, helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  color: #000000
}

li {
  font-family: Arial, helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #000000
}

ul {
  font-family: Arial, helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #000000
}

:link { font: bold; color: #990000; text-decoration: none; }
:visited { font: bold; color: #990000; text-decoration: none; }
:hover { font: bold; color: #FF0000; text-decoration: none; }
   
.copyright {
  font-family: Arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  color: #000000
}

.copyrightLink:link { font: bold 10px Arial, helvetica, sans-serif; color: #990000; text-decoration: none; }
.copyrightLink:visited { font: bold 10px Arial, helvetica, sans-serif; color: #990000; text-decoration: none; }
.copyrightLink:hover { font: bold 10x Arial, helvetica, sans-serif; color: #FF0000; text-decoration: none; }

.cookiecrumb {
  font-family: Arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000
}

.menuLink:link { 
  font: bold 14px Arial; 
  line-height: 150%;
  color: #ffffff; 
  text-decoration: none;
}

.menuLink:visited { 
  font: bold 14px Arial; 
  line-height: 150%;
  color: #ffffff; 
  text-decoration: none; 
}

.menuLink:hover { 
  font: bold 14px Arial; 
  line-height: 150%;
  color: #FDD901; 
  text-decoration: none; 
}

.menuLink2:link { 
  font: bold 14px Arial; 
  line-height: 100%;
  color: #ffffff; 
  text-decoration: none;
}

.menuLink2:visited { 
  font: bold 14px Arial; 
  line-height: 100%;
  color: #ffffff; 
  text-decoration: none; 
}

.menuLink2:hover { 
  font: bold 14px Arial; 
  line-height: 100%;
  color: #FDD901; 
  text-decoration: none; 
}

#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: bold 12px Arial}

	#jsddm li a
	{	display: block;
		background: #f5f5f5;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #286085;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #ffffff}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background: #f5f5f5}
		
		#jsddm li ul li a:hover
		{	background: #ffffff}