﻿@charset "utf-8";
/*==================================================
 Eric Meyer's Global CSS Reset
 ==================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video,figure {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
	font-family:'PT Sans', sans-serif;
	font-size:62.5%;
	background:url(/images/body_bg.jpg) left top repeat;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
 outline:none;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a{ text-decoration:none;}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('/fonts/myriadpro-regular-webfont.eot');
    src: url('/fonts/myriadpro-regular-webfont.eot?iefix') format('eot'),
         url('/fonts/myriadpro-regular-webfont.woff') format('woff'),
         url('/fonts/myriadpro-regular-webfont.ttf') format('truetype'),
         url('/fonts/myriadpro-regular-webfont.svg#webfont1U7OGYUy') format('svg');
}
p{ font-size:1.6em; color:#000000; line-height:1.6; display:block;}
h2{    color: #333333;
    font-size: 2.4em;
    font-weight: bold;
    text-shadow: 0 1px 0 #666666;}