@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/pt_sans_bold-webfont.eot');
	src: local('PTSansRegular'), url('../fonts/pt_sans_bold-webfont.woff') format('woff'), url('../fonts/pt_sans_bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/pt_sans-webfont.eot');
	src: local('PTSansRegular'), url('../fonts/pt_sans-webfont.woff') format('woff'), url('../fonts/pt_sans-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


pre,code{
	font-family:'DejaVu Sans Mono',Menlo,Consolas,monospace;

}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
ol{list-style:decimal}ul{list-style:disc}
li{margin-left:30px}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,figure{
	
	margin-bottom:0.6em;
	font-size:100%;

}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#004500;
	font-weight:normal;
}

h1{
	font-size:2em;
	line-height:1.1em;
}
h2{
	font-size:1.6em;
	color:#006229;
	font-family:PT Sans, Trebuchet MS, Arial, sans-serif;
}
h3{
	font-size:1.2em;
	line-height:1.3em;
}
h4{
	font-size:1.3em;
	color:#006229;
	font-family:PT Sans, Trebuchet MS, Arial, sans-serif;
}
h5{
	font-size:1em;
	color:#333;
	font-weight:normal;
	text-transform:uppercase;
	font-family:PT Sans, Trebuchet MS, Arial, sans-serif;
}
h6{
	font-size:0.8em;
	color:#333;
	text-transform:uppercase;
	font-family:PT Sans, Trebuchet MS, Arial, sans-serif;
}

a{
	color:#006225;
	text-decoration:none;
}

a:focus, a:hover {
	color: #95077C;
	text-decoration:underline;
}

.typography img {
	border:3px solid #EEE;
	margin-left:-3px;
}

.typography img.left {
	float:left;
	margin:0.5em 1em 0.5em -3px;
}

.typography img.right {
	float:right;
	margin:0.5em -3px 0.5em 1em;
}

.typography ul {
	list-style:url(../images/li-image.png) outside;
}

.typography li {
	margin:0.3em 0 0.3em 24px;
	padding-left:2px;
}

.typography li:hover {
}

.typography blockquote {
	padding:20px 40px 10px 40px;
	border-left:1px dotted #BCD9F1;
	color:#777;
	clear:both;
	margin:0 0 15px 0;
	box-shadow:1px 2px 3px #DDD;
}

.typography blockquote:hover {
	box-shadow:1px 2px 3px #BBB;
	color:#000;
}

hr {
	background:url(../images/hatching-grey.jpg);
	height:3px;
	margin:0 0 10px 0;
	border:none !important;
}


.typography a.btn, .Actions input {
	display:inline-block;
	line-height:1em;
	color:#333;
	background:url(../images/white-gradient.png) repeat-x top #C2CE24;
	padding:0.6em 0.7em 0.6em 0.7em;
	border:1px solid rgba(0, 0, 0, 0.4);
	border-radius:3px;
	font-size:0.9em;
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-shadow:0 1px 0 #EEE;
	cursor:pointer;
}

.typography a.btn:hover, .Actions input:hover {
	background-color:#006225;
	text-decoration:none;
	border:1px solid #3A5152;
	text-shadow:0 1px 0 #000;
	color:#FFF;
}

.typography a.btn:active, .Actions input:active {
	background:url(../images/white-gradient-reversed.png) repeat-x top #006225;
	box-shadow:inset 0 1px 1px #364C4D;
	border:1px solid #263b3c;
	text-shadow:0 1px 0 #000;
	color:#CCC;
}

.typography table {
	border-collapse:collapse;
}

.typography td {
	vertical-align:top;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}