/* Titles. */
/*h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}
h1 {
	font-size: 2.2em;
	font-weight: 300;
	margin: 0;
}
h2 {
	font-size: 1.8em;
	font-weight: 300;
	margin-bottom: 0.75em;
	font-style:italic;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}
h5 {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 0;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}*/


blockquote, .bb-quote blockquote,  .quoteStyle  {
	background: #EBEADD;
	border:1px solid #DBDBDB;
	font-size:0.95em;
	margin: 10px 1px 10px 25px;
	overflow:hidden;
	padding:10px 5px 5px 25px;
}

.important{
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size:1.3em;
	font-style:italic;
	line-height:1.5em;
	display:inline;
	background:#f5c3c5;
}

.contact{
	background: #ececec;
	border:1px solid #DBDBDB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px 0 0;
	display:block;
	overflow:hidden;
	padding:10px;
	text-align:center;
}

.doc {
	display: block;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin: 2px 0;
	padding: 4px 10px 4px 34px;
	font-weight: bold;
	background: #fafafa url(images/icon_document.gif) 5px center no-repeat;
}
a.doc { color: #9ad318; }
