/* CSS Document */

/*                #=ID    .=CLASS                   */
/*    BEGINNING OF THE IMAGE CONTAINER FORMATTING   */
/*                                                  */

.image-container {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	text-align: center;
	font-weight: bold;
	border: 0px solid #0C557C;
}

.image-container-c {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	text-align: center;
	font-weight: bold;	
	border: 0px solid #0C557C;
}

.image-container-l {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	text-align: left;
	font-weight: bold;
	border: 0px solid #0C557C;
}

.image-container-r {
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	text-align: right;
	font-weight: bold;	
	border: 0px solid #0C557C;
}

.image-style {
	text-align: right;
	width: 10%px;
	border: 1px solid #0C557C;
	margin-bottom: 5px;
}

.image-style-no-border {
	width: 10%;
	text-align: center;
	border: 0px solid #0C557C;
	margin-bottom: 5px;
}

.image-reversed {
	width: 180px;
	background-color: #CC0033;
	text-align: center;
	color: #FFFFFF;
}



/*                #=ID    .=CLASS                   */
/*              IMAGE DIV'S FORMATTING              */
/*                                                  */
div.pointer {
	float: left;
	display: block;
	margin: 0px 6px 0px 0px;
	text-align: left;
}


/*                #=ID    .=CLASS                   */
/*        BEGINNING OF THE ANCHOR FORMATTING        */
/*                                                  */

.right {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #0C557C;
	margin: 0px 50px 10px 0px;
	text-align: right;
	text-decoration: underline;
}

div.right a {
	color: #0C557C;
	text-decoration: none;
}

div.right a:visited {
	color: #0C557C;
	text-decoration: none;
}

div.right a:active {
	color: #0C557C;
	text-decoration: none;
}

div.right a:hover {
	color: #0C557C;
	text-decoration: none;
	background-color: #CCCCCC;
}


/*                #=ID    .=CLASS                   */
/*        BEGINNING OF THE ANCHOR FORMATTING        */
/*                                                  */

.left {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color: #0C557C;
	margin: 0px 50px 10px 0px;
	text-align: left;
	text-decoration: underline;
}

div.left a {
	color: #0C557C;
	text-decoration: none;
}

div.left a:visited {
	color: #0C557C;
	text-decoration: none;
}

div.left a:active {
	color: #0C557C;
	text-decoration: none;
}

div.right a:hover {
	color: #0C557C;
	text-decoration: none;
	background-color: #CCCCCC;
}


/*                 .right-news                      */
/*           PRESS RELEAS FORMATTING                */
/*                                                  */

.right-news {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #0C557C;
	margin: 0px 50px 10px 0px;
	text-align: right;
	text-decoration: underline;
}

div.right-news a {
	color: #0C557C;
	text-decoration: none;
}

div.right-news a:visited {
	color: #0C557C;
	text-decoration: none;
}

div.right-news a:active {
	color: #0C557C;
	text-decoration: none;
}

div.right-news a:hover {
	color: #0C557C;
	text-decoration: none;
	background-color: #CCCCCC;
}
