@font-face {
font-family: Trajan;
src: url('Font/TR.otf') format("opentype");
font-weight: normal;
}

@font-face {
font-family: Trajan;
src: url('Font/TB.otf') format("opentype");
font-weight: bold;
}

@font-face {
font-family: Libertine;
src: url('Font/LLibCapR.ttf') format("truetype");
font-weight: normal;
}

@font-face {
font-family: Libertine;
src: url('Font/LLibCapB.ttf') format("truetype");
font-weight: bold;
}

@font-face {
font-family: Libertine;
src: url('Font/LLibCapI.ttf') format("truetype");
font-style: italic;
}

.h1 {
	font-family: Trajan, Book Antiqua, Garamond, serif;
    font-size: 24px;
	line-height: 30px;
	font-weight: regular;
	color: #999999;
}

.h2 {
	font-family: Trajan, Book Antiqua, Garamond, serif;
    font-size: 18px;
	line-height: 27px;
	font-weight: regular;
	color: #888888;
}

.h3 {
	font-family: Trajan, Book Antiqua, Garamond, serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
    color: #444444;
}

.text {
	font-family: Calibri, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
    font-weight: regular;
	color: #444444;
}

.year {
	font-family: Calibri, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
    font-weight: bold;
	color: #666666;
}

.body {
	font-family: Book Antiqua, Garamond, serif;
	font-size: 13px;
	line-height: 18px;
    font-weight: regular;
	color: #336699;
}

a:link { color:#555500; text-decoration:none; }

a:visited { color:#666666; text-decoration:none; }

a:active { color:#222200; text-decoration:none; }

.hidepics {
  width:0px;
  height:0px;
  display:none;
}
