@charset "utf-8";


body {
	font-size:100%;
	font-family:Helvetica Nueue,Helvetica,Verdana,sans-serif;
	background:#b5b5b5;
	margin:0;
	padding:0;
	color:#333333;
	text-align:left;
}

body#nobackground { background:white; }

h1
{
	color:#990000;
	font-size:40px; /*originally font-size:60px;*/
	font-family:Myriad Pro Light,Helvetica Nueue,Helvetica,Verdana,sans-serif;
	font-weight:lighter;
	padding:0;
	margin:25px 0 0 0;
	letter-spacing:-0.03em;
}
h2
{
	color:#990000;
	font-size:28px; /*originally font-size:30px;*/
	font-family:Myriad Pro Light,Helvetica Nueue,Helvetica,Verdana,sans-serif;
	font-weight:bold; /*originally font-weight:lighter;*/
	padding:0;
	margin:25px 0 3px 0; /*originally margin:25px 2px 0;*/
	letter-spacing:-0.01em; /*originally letter-spacing:-0.02em*/
}
h3
{
	color:#990000;
	font-size:20px; /*originally font-size:24px;*/
	font-family:Myriad Pro Light,Helvetica Nueue,Helvetica,Verdana,sans-serif;
	font-weight:lighter;
	padding:0;
	margin:25px 2px 0; /*originally margin:25px 0 3px 0;*/
	letter-spacing:-0.02em; /*originally letter-spacing:-0.01em;*/
	
}
/*h2*/

	/*color:#990000;
	font-size:28px;*/ /*originally font-size:30px;*/
/*	font-family:Myriad Pro Light,Helvetica Nueue,Helvetica,Verdana,sans-serif;
	font-weight:lighter;
	padding:0;
	margin:25px 2px 0;
	letter-spacing:-0.02em;*/

/*h3*/

	/*color:#990000;
	font-size:20px; /*originally font-size:24px;*/
	/*font-family:Myriad Pro Light,Helvetica Nueue,Helvetica,Verdana,sans-serif;
	font-weight:lighter;
	padding:0;
	margin:25px 0 3px 0;
	letter-spacing:-0.01em;*/

h4
{
	color:#990000;
	font-size:18px; /*originally font-size:18px;*/
	font-family:Myriad Pro,Helvetica Nueue,Helvetica,Verdana,sans-serif;
	font-weight:normal;
	padding:0;
	margin: 25px 0 5px 0;
}
h5
{
	color:#990000;
	font-size:15px;
	font-family:Myriad Pro,Helvetica Nueue,Helvetica,Verdana,sans-serif;
	font-weight:normal;
	padding:0;
	margin:25px 0 0 0;
}
h6
{
	color:#990000;
	font-size:13px;
	font-family:Myriad Pro,Helvetica Nueue,Helvetica,Verdana,sans-serif;
	font-weight:normal;
	padding:0;
	margin:25px 0 0 0;
}

hr
{
	border:none;
	border-bottom:1px solid #d7d7d5;

	height:1px;/*20px;*/
	margin:15px 0 20px 0;
	text-align:left;

}

div, img, span
{
	position:relative;
	margin:0;
	padding:0;
	border:none;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border:none;
}

a
{
	font-weight:normal;
}

a:link,
a:visited {
	color:#6e3535;
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	color:#c00;
	text-decoration:underline;
}

/*a[href*=".pdf"]
{
	background-image:url("../images/pdf_icon_16.gif");
	background-repeat:no-repeat;
	padding-left:20px;
}*/

small { font-size:9pt; font-style:italic; }
strong { font-weight:bold; color:#333333; }
em { font-style:italic; }


