.content, .content input {
	font: normal 12px/18px Arial,arial,sans-serif;
	color: #6f6f6f;
	text-shadow: 0px 0px .5px rgba(0,0,0,.1);
}
.content a {
	color: #6c9d31;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 { 
	line-height: 18px;
}
.content p, .content ul, .content ol, .content pre { 
	margin-bottom: 18px; 
}
.content img { 
	display: block;
}
.content ul , .content ol{
	margin-left: 36px;
}
.content h2, .content h1, .content h1 a {
	text-transform: uppercase;
	font-size: 14px;
	color: #6c9d31;
	margin-bottom: 18px;
}
.content h3 {
	color: #000 !important;
	font-size: 14px;
	color: #6c9d31;
	margin-bottom: 9px;
}
.content h4 { 
	font-size: 12px;
	color: #6c9d31;
}
.content h5 {
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}
.content blockquote {
	margin: 0 0 18px 0;
	background: rgba(0,0,0,.05);
	border-left: 4px solid rgba(0,0,0,.1);
	padding: 18px 18px 18px 18px;
	font-style: italic;
}
	.content blockquote p {
		margin-bottom: 0;
	}
	
/* Forms */
.content form { 
}
	.content form p {
		margin: 0;
	}
.content label {
	display: block;
}
.content input {
	display: block;
}
.content input[type=text], .content input[type=email], .content input[type=url], .content textarea {
	margin: 6px 0;
	width: 400px;
	border: 1px solid rgba(0,0,0,.1);
	height: 30px;
	background: rgba(255,255,255,.8);
	font-size: 16px;
	line-height: 30px;
	padding: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.content textarea {
	height: 160px; 
	width: 450px;
	font-size: 14px;
	line-height: 16px;
}
