body {
	background-image: url(/images/green-background.png);
	background-repeat: repeat-x;
}

td, p {
	color: #033;
	line-height: 125%;
}

.content li {
	font-size: 80%;
	/* list-style-image: url(/images/arrow.gif); */
	list-style-type: square;
}

a {
	color: #033;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#flash {
	border: 5px solid green;
	padding: 5px;
}
#body {
	width: 800px;
	/*border: 5px solid #3f6e63;*/
	color: #033;
	font-family: georgia;
	line-height: 125%;
	background-color: #fff;
}

#footer {
}

/* Rails Generated */

.errorExplanation {
	border: 5px solid red;
	padding-left: 10px;
	text-align: left;
}
.fieldWithErrors {
	padding: 2px;
	background-color: red;
	display: table;
}

/* */

.success {
	border: 5px solid green;
	padding: 10px;
	text-align: center;
}

.required_field {
	padding: 1px;
	background-color: #72a196;
	display: table;
}

/**/

.directive {
	font-style: italic;
	font-size: 10px;
	text-align: center;
}

/**/

.content {
	padding: 2px 0px 0px 5px;
}

.label {
	text-align: right;
}

.about {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
}
.copyright {
	font-size: 12px;
}

