@font-face {
  font-family: 'PT Sans'; font-style: italic; font-weight: 400;
  src: url(Fonts/PTSans-Italic.woff2) format('woff2');
}
@font-face {
  font-family: 'PT Sans'; font-style: italic; font-weight: 700;
  src: url(Fonts/PTSans-BoldItalic.woff2) format('woff2');
}
@font-face {
  font-family: 'PT Sans'; font-style: normal; font-weight: 400;
  src: url(Fonts/PTSans.woff2) format('woff2');
}
@font-face {
  font-family: 'PT Sans'; font-style: normal; font-weight: 700;
  src: url(Fonts/PTSans-Bold.woff2) format('woff2');
}


* { margin:0; padding:0; }

body {
    background: #ffffff;
    font: normal 12px/1.65 "PT Sans", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	color: #626262;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  	text-align: left;
    line-height: 1.7;
    position:relative;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
/* header */

h1, h3 {
    font: normal 18px "PT Sans", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
}

h2 {
    font: normal 14px "PT Sans", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    color: #111;
    margin-top: 34px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* misc */

ul {
    margin-left:30px
}

ol {
    margin-left:30px
}

li {
    margin-top:5px;
}

p {
    margin-top:12px;
    margin-bottom:12px;
}

blockquote {
    margin-top:12px;
    margin-bottom:12px;
    margin-left:30px;
    font-style: italic;
}

strong {
    font-weight:bold;
	color: #f00;
}

b {
    font-weight:bold;
	color: #000;
}

img { border:none; }

a { text-decoration:underline; color: #933; border:none; }
a:hover   { text-decoration:underline; color: #933; }

.selflink {
	color: #666;
	text-decoration: none;
}

.center {
	width:100%;
	text-align: center;
}

.bordered {
    border: 1px solid #ccc;
}

.shadowed {
    -moz-box-shadow: 0 1px 3px #656565;
    -webkit-box-shadow: 0 1px 3px #656565;
    box-shadow: 0 1px 3px #656565;
    border: 1px solid #999;
}

.spaced {
	margin-top:20px;
	margin-bottom:20px;
}


