@charset "UTF-8";
/* CSS Document */

html, body {
	font-size: 12px;
  }
h1 {
	font-size: 28px;
	}
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 18px;
	}
h4 {
	font-size: 15px;
	}
h5 {
	font-size: 13px;
	}
h6 {
	font-size: 11px;
	}

p{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
    }

/* footer */
	
#footnote ul {
	line-height: 1.3;
	font-size: 11px;
    }
	
#footnote p {
	font-size: 11px;
    }
	
/* Pop up Caption in view-picture.aspx*/
#popup_caption, #fb-comment {
	font-size: 12px;
}

#popup_caption {
	background-position: 3px 1px;
}