/* MAIN : IMAGE HEADER */
table.tableMain div.divMain div.divImageHeader {
	position:                            absolute;
	top:                                 150px;
	left:                                60px;
	margin:                              0px;
	padding:                             0px;
	width:                               830px;
	height:                              150px;
	background-image:                    none;
	background-position:                 top left;
	background-repeat:                   no-repeat;
	background-color:                    #EFEFEF;
}

/* MAIN : HEADER */
table.tableMain div.divMain div.divContentHeader {
	position:                            relative;
	top:                                 340px;
	left:                                60px;
	margin:                              0px;
	padding:                             0px;
	width:                               830px;
	height:                              auto;
	font-family:                         Georgia, "Times New Roman", Times, serif;
	font-size:                           24px;
	line-height:                         24px;
	color:                               #7D7061;
}

/* MAIN : CONTENT WITH TWO PARAGRAPHS BELOW THE HEADER */
table.tableMain div.divMain div.divContentTwoParagraphs {
	position:                            relative;
	top:                                 350px;
	left:                                60px;
	margin:                              0px;
	padding:                             0px;
	width:                               830px;
	height:                              230px;
	font-family:                         Arial, Helvetica, sans-serif;
	font-size:                           11px;
	line-height:                         18px;
	color:                               #000000;
	text-align:                          justify;
	overflow-x:                          hidden;
	overflow-y:                          auto;
}
table.tableMain div.divMain div.divContentTwoParagraphs table {
	margin:                              0px;
	padding:                             0px;
	width:                               100%;
	height:                              230px;
}
table.tableMain div.divMain div.divContentTwoParagraphs table td {
	margin:                              0px;
	padding:                             0px;
	height:                              230px;
	vertical-align:                      top;
}
table.tableMain div.divMain div.divContentTwoParagraphs table td.tdCol1 {
	margin:                              0px;
	padding:                             0px 20px 0px 0px;
	width:                               50%;
}
table.tableMain div.divMain div.divContentTwoParagraphs table td.tdCol2 {
	margin:                              0px;
	padding:                             0px 0px 0px 20px;
	width:                               50%;
}
table.tableMain div.divMain div.divContentTwoParagraphs table td p {
	margin:                              0px;
	padding:                             0px;
}
table.tableMain div.divMain div.divContentTwoParagraphs table td p a {
	margin:                              0px;
	padding:                             0px;
	color:                               #000000;
	text-decoration:                     underline;
}
table.tableMain div.divMain div.divContentTwoParagraphs table td p a.aHome {
	margin:                              0px;
	padding:                             0px;
	color:                               #000000;
	text-decoration:                     none;
}
table.tableMain div.divMain div.divContentTwoParagraphs table td p a:hover {
	text-decoration:                     underline;
}
table.tableMain div.divMain div.divContentTwoParagraphs table.tableNewsHeader {
	margin:                              0px 0px 20px 0px;
	padding:                             0px;
	width:                               830px;
	height:                              auto;
}
table.tableMain div.divMain div.divContentTwoParagraphs table.tableNewsHeader td {
	margin:                              0px;
	padding:                             0px;
	width:                               395px;
	height:                              auto;
	vertical-align:                      bottom;
	border-bottom:                       #7D7061 solid 2px;
	font-family:                         Georgia, "Times New Roman", Times, serif;
	font-size:                           20px;
	line-height:                         28px;
	font-weight:                         normal;
	font-style:                          italic;
	color:                               #7D7061;
}