@CHARSET "ISO-8859-1";
/**********************/
/* HIGHLIGHTS MODULE */
/**********************/
div.module_highlights_button {
	display: block;
	text-decoration: none;
	/*background-color: #f3fad3;*/
	margin-bottom: 5px;
	background-image: url(../images/background.png);
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

img.highlights_image {
	border: 0px;
}

a.module_highlights_link{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}

a.module_highlights_link:hover{
	text-decoration: none;
	color: #e2cf2a;
}

/**********************/

/**********************/
/* HIGHLIGHTS HEADER */
/**********************/
div.main_highlights_header {
	margin-top: 10px;
}

div.main_highlights_header_image {
	float: left;
}

div.main_highlights_header_title {
	padding-top: 5px;
	color: #081F6F;
	font-size: 21px;
	font-weight: bolder;
}

div.main_highlights_header_date {
	padding-top: 2px;
	padding-left: 3px;
	color: #006;
	font-size:10px;
	position: relative;
	clear: both;
}

div.main_highlights_text {
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
}

/*********************/
/* HIGHLIGHTS IMAGE */
/*********************/

div.main_highlights_image {
	background-color: #092679;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	position: relative;
	float: right;
	border: 2px;
	border-style: ridge;
	text-align: center;
	max-width: 251px;
}

div.main_highlights_text_image {
	font-family: arial;
	font-size: 10px;
	color: #9AAAE5;
	text-align: center;
	max-width: 251px;
	padding-bottom: 5px;
}

img.main_highlights_image {
	max-height: 250px;
	max-width: 250px;
	border: 0px;
}