/** define body style / medium */

body, p {
    font-family: "Trebuchet MS",Sans-serif;
    font-size: 0.90em;
    line-height: 1.65em;
    margin: 0px;
    padding: 0px;
}

p a:link,
p a:visited {
	color: #303;
	text-decoration: none;
}

p a:hover,
p a:active {
	color: #303;
	text-decoration: none;
}

h1 {
	font-size: 180%;
	line-height: 110%;
	font-weight: bolder;
	padding: 10px 20px 20px 0;
	margin: 0;
}

h1 a:link,
h1 a:visited {
	color: #303;
	text-decoration: none;
}

h1 a:hover,
h1 a:active {
	color: #303;
	text-decoration: none;
}

h2 {
	font-size: 160%;
	line-height: 110%;
	font-weight: bolder;
	padding: 10px 20px 20px 0;
	margin: 0;
}

h2 a:link,
h2 a:visited {
	color: #303;
	text-decoration: none;
}

h2 a:hover,
h2 a:active {
	color: #303;
	text-decoration: none;
}

h3 {
	font-size: 140%;
	line-height: 110%;
	font-weight: bolder;
	padding: 10px 20px 20px 0;
	margin: 0;
}

h3 a:link,
h3 a:visited {
	color: #303;
	text-decoration: none;
}

h3 a:hover,
h3 a:active {
	color: #303;
	text-decoration: none;
}

#h3cta {
	padding: 0;
	margin: 20px 0 10px 0;
}

#h3cta a:link,
#h3cta a:visited {
	text-decoration: none;
}

#h3cta a:hover,
#h3cta a:active {
	text-decoration: underline;
}

h4 {
	font-size: 120%;
	line-height: 110%;
	font-weight: bolder;
	padding: 10px 20px 20px 0;
	margin: 0;
}

h4 a:link,
h4 a:visited {
	color: #303;
	text-decoration: none;
}

h4 a:hover,
h4 a:active {
	color: #303;
	text-decoration: none;
}

/** Content / Quotes */

#blockquote {
	padding: 0px 0px 30px 0px;
	margin: 20px 15px 0px 0;
	width: 90%;
	background: url("../../images/interface/devices/quotes/primary/img-doublequote_open.gif") no-repeat top left;
}

#p_blockquote_quote {
	color: #444;
	font-family: "Verdana";
	font-size: 90%;
	line-height: 135%;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	padding: 10px 35px 10px 50px;
	background: url("../../images/interface/devices/quotes/primary/img-doublequote_close.gif") no-repeat bottom right;
}

#p_blockquote_author {
	text-align: right;
	padding: 10px 80px 0px 0px;
	margin: -10px;
	font-weight: bolder;
}

hr {
	border: 0px;
	width: 100%;
	height: 1px;
	margin: .5em 0px 10px;
}