/* body
--------------------------------------------------*/
body {
  margin-top:10px;
  padding:0px 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:85%;
  line-height:1.6em;
  color: #000000;
  background: url(images/jdd_pattern.jpg);
}
/* font
--------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	color: #044C99; 
	text-decoration: none;
}
h1, h2 {
	font-size: 1.2em;
}
h1, h2 a{
	text-decoration: none;
}
h1, h2 a:link{
	text-decoration: none;
}
h1, h2 a:hover{
	text-decoration: none;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: underline;
}
a:link {
	color: #044C99;
        text-decoration: underline;
}
a:visited {
	color: #044C99;
        text-decoration: underline;
}
a:hover, a:active {
	color: #1868BE;
        text-decoration: none;
}


/* contents
--------------------------------------------------*/
#contents {
  clear:both;
  padding-top:20px;
  padding-right: 20px;
  padding-bottom: 20px;
  }
  /* navigation
--------------------------------------------------*/
#navigation {
  padding-top:110px;
  padding-left: 20px;
  font-family: Arial, helvetica;
  font-size: 12px;
  color:#ffffff;
  }
 #navigation a {
 color: #ffffff;
 text-decoration: underline;
 }
  #navigation a:hover {
 color: #ffffff;
 text-decoration: none;
 }



.small-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

