@charset "utf-8";
/* Standard FWS styles */

.right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.red {
	color:#FF0000;
}
.blue {
	color:#0000FF;
}
.white {
	color:#FFFFFF;
}
.black {
	color:#000000;
}
.bigger {
	font-size: 120%;
}
.huge {
	font-size:150%;
}
.smaller {
	font-size: 85%;
}
.tiny {
	font-size:65%;
}
div.item {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.newsletter-form {
	border: 1px solid #b3ad00;
	margin-bottom: 8px;
	/*background-color: #33CC33;*/
	background:none;
}

.newsletter-form h3 {
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin: 0;
	padding: 6px 10px;
	/*background-color: #33CC33;*/
	background:none;
}

.newsletter-form div.form {
	padding: 5px;

}
table.module-calendar td ul {
	margin-left: 0px;
	padding-left: 0px; 
	list-style:none;
}
