h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans", "Gill MT", "Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
	color: #000;
	font-weight: lighter;
}

h1 {
	font-size: 14px;
	line-height: 120%;
	color: #A91D77;
	margin-bottom: 14px;
}

h2 {
	font-size: 28px;
	line-height: 120%;
}

h3 {
	font-size: 22px;
	line-height: 120%;
}

h4 {
	font-size: 18px;
	line-height: 120%;
}

h5 {
	font-size: 16px;
	line-height: 120%;
}

h6 {
	font-size: 14px;
	line-height: 120%;
}

p {
	color: #6F7073;
	font-family: "Gill Sans", "Gill MT", "Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
	padding: 0px 0px 16px 0px;
}

td {
	color: #6F7073;
	font-family: "Gill Sans", "Gill MT", "Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	padding: 0px 0px 16px 0px;
}

p i, p em, p strong, p b,
td i, td em, td strong, td b {
	font-size: 12px;
	font-weight: lighter;
}

.container-column-navigation p {
	padding-bottom: 14px;
}

input, select, textarea, button, label {
	font-family: "Gill Sans", "Gill MT", "Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

pre {
	font-family: "Gill Sans", "Gill MT", "Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	white-space: pre;
	padding: 0px 20px 16px 20px;
	color: #999;
}

blockquote {
	font-family: "Gill Sans", "Gill MT", "Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	quotes: "\201C" "\201D";
	padding: 0px 20px 16px 20px;
	font-style: italic;
}

blockquote:before {
	content: open-quote; 
	font-weight: bold; 
} 

blockquote:after {
	content: close-quote;
	font-weight: bold;
}

ul, ol {
	padding: 0px 20px 16px 0px;
}

ul {
	list-style: square inside;
	padding-left: 16px;
}

ol {
	list-style: decimal outside;
	padding-left: 28px;
}

ul li, ol li {
	font-family: "Gill Sans", "Gill MT", "Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
}

a,
a:link,
a:visited {
	font-size: inherit;
	color: #6F7073;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

p a,
p a:link,
p a:visited {
	font-size: inherit;
	color: #6F7073;
	text-decoration: underline;
}

p a:hover,
p a:focus,
p a:active {
	text-decoration: none;
}

blockquote a,
blockquote a:link,
blockquote a:visited {
	font-size: inherit;
	color: #6F7073;
	text-decoration: underline;
}

blockquote a:hover,
blockquote a:focus,
blockquote a:active {
	text-decoration: none;
}

li a,
li a:link,
li a:visited {
	font-size: inherit;
	color: #6F7073;
	text-decoration: underline;
}

li a:hover,
li a:focus,
li a:active {
	text-decoration: none;
}

.container-column-navigation .wrapper .content-text p a {
	text-decoration: none;
}

.content-navigation {
	list-style: none;
	padding: 0;
}

.content-navigation li {
	padding-bottom: 14px;
}

.content-navigation li a {
	text-decoration: none;
}


.content-navigation li a:hover,
.content-navigation li a.active {
	color: #A91D77;
}

/* tinyMCE */
.container-column-navigation .wrapper .content-text a.navigation-active {
	color: #A91D77;
}

h1.dotted {
	background: transparent url(../gfx/brainforrent/slider-dots.gif) 0 0  no-repeat;
	height: 34px;
	line-height: 34px;
}