/* Headings
-------------------------------------------------------------- */
.interior h1 {
	background:transparent url(http://www.gellibaff.com/images/tile_interior_header.gif) repeat-x scroll left bottom;
	color:#CC6600;
	display:block;
	font-size:24px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	padding-left:20px;
	border-bottom: solid 1px #d6d1ca;
        text-shadow: 0 1px 0 #FFFFFF
}
h2 {
	color:#336699;
	font-family:"Trebuchet MS",serif;
	font-size:22px;
	font-weight:bold;
        margin-bottom: 12px;
}
h2.ruled {
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	font-family:Georgia,Times,serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:12px;
	padding-bottom:6px;
	text-align:left;
	position: relative;
}
h2.ruled a {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
}
h3 {
	color:#336699;
	font-family:"Trebuchet MS",serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:6px;
}
h2 a,h3 a,h4 a,h5 a, h6 a { text-decoration:none; }

h1 img,h2 img,h3 img,
h4 img,h5 img,h6 img { margin:0; }

/* Text elements
-------------------------------------------------------------- */
p { font-size:16px;line-height:1.6em;margin-bottom:18px; }
p.lead { font-size:1.2em;line-height:1.7em;margin-bottom:26px;color:#5f5f5f; }
p.note { font-size:10px;line-height:1.8em;margin-bottom:24px; }
 
a:hover { color:#cc6600;text-decoration:underline; }
a { text-decoration:none; color:#336699; }
a.arrow { background:url(http://www.gellibaff.com/images/link_arrow.gif) bottom right no-repeat;padding-right:9px; }
a:hover.arrow,a:focus.arrow { background:url(http://www.gellibaff.com/images/link_arrow_hover.gif) bottom right no-repeat; }

blockquote { font-family:georgia;font-style:italic;line-height:1.7em; }
acronym { border-bottom:1px dotted #ccc; }
pre {
	background-color: #F4F9FE;
	font-family: menlo,monaco,monospace;
	font-size: 11px;
	overflow: auto;
	padding: 10px;
	margin-bottom: 18px;
}

