/*--------------------------------------------------------------*/
/* Default Style*/
/*--------------------------------------------------------------*/
body {
    font:13px/16px 'Trebuchet MS', Arial, 'Liberation Sans', sans-serif;
	margin: 0;
	background: url(../images/BGgradient.png);
	background-position: center;
}

#header {
	color: #7B1318;
	font-size: 16pt;
	padding-bottom: 6pt;
	font-weight: bold;
}

#subhead {
	color: #7B1318;
	font-size: 14pt;
	padding-bottom: 3pt;
	font-style: italic;
	font-weight: bold;
}

#subhead2 {
	color: #000;
	font-size: 12pt;
	padding-bottom: 3pt;
	font-style: normal;
	font-weight: bold;
}

#subhead3 {
	color: #7B1318;
	font-size: 12pt;
	margin-top: 18pt;
	margin-bottom: 6pt;
	padding-bottom: 0pt;
	font-style: normal;
	font-weight: bold;
}

#titles {
	margin-left: 30pt;
	margin-top: 0pt;
	margin-bottom: 6pt;
	font-size: 12pt;
	line-height: 16pt;
}

#footer {
	font-size: 10pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
}

p {
	margin-top: 0pt;
	margin-bottom: 12pt;
	font-size: 12pt;
	line-height: 16pt;
}

blockquote {
	margin-top: 0pt;
	margin-bottom: 12pt;
	font-size: 12pt;
	line-height: 16pt;
}

a:link, a:visited {
	color: #716D5E;
	text-decoration: underline;
}

a:hover {
	color: #A8A08B;
	text-decoration: none;
}

/*a img {
	border-style: none;
}*/

li {
	margin-top: 0pt;
	margin-bottom: 6pt;
	font-size: 12pt;
	line-height: 16pt;
}

.hidden {
	display: none;
}

.unhidden {
	display: inline;
}

.hangingindent {
  padding-left: 50px ;
  text-indent: -50px ;
}

#leading {
	margin-top: 9pt;
	margin-bottom: 20pt;
}

#question {
	font-weight: bold;
	background-color: #DDD;
	padding: 5pt;
	border-radius: 10pt;
}