@charset "ISO-8859-1";

#content a {
	color: #303B91;
}

img {
	border: 0px none;
}

.image-center {
	border: 0px;
	margin: 5px;
	text-align: center;
}

.image-left {
	border: 0px;
	float: left;
	margin: 5px;
}

.image-right {
	border: 0px;
	float: right;
	margin: 5px;
}

.title {
	font-size: 110%;
	color: #666666;
	text-transform: uppercase;
}

.subtitle {
	font-weight: bold;
	font-size: 100%
}

.paragraph {
	text-align: justify;
	font-size: 11px;
}

.description {
	text-align: justify;
	font-size: 11px;
}

.separation {
	clear: both;
}

.scrool-news {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

.flash {
	width: 554px;
	margin-left: auto;
	margin-right: auto;
}

/* ARRAY */

.array table {
	width: 100%;
}

.array .odd {
	background-color: #eeeeee;
}

.array .odd a {
	color: #ffffff;
}
.array a:hover {
	color: #000000;
}

.array th {
	text-align: left;
}

.title-paragraph {
	margin-top: 8px;
	text-align: center; 
}

.title-paragraph .title {
	text-transform: none;
	font-weight: bold;
	color: #C0C0C0;
}

.important-message {
	text-align: center;
	font-weight: bold;
}