/* description: Primary module stylesheet for HTML/Text Editor module. */

/* add your styles here for this module's HTML output */

.sections {
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #b1b5b4;
}

.section {
	color: #696969;
	vertical-align: top;
	padding-right: 40px;
}

.section .title {
	font: 12px helvetica, verdana, tahoma, san-serif;
	color: #696969;
	font-weight: bold;
	text-transform: uppercase;
}

.section a.link {
	font: 13px helvetica, verdana, tahoma, san-serif;
	line-height: 18px;
	color: #696969;
	font-weight: normal;
	text-decoration: none;

}

.section a.link:hover {
	color: #696969;
	font-weight: normal;
	text-decoration: underline;
}

.copyright {
	font: 10px helvetica, verdana, tahoma, san-serif;
}