/************ APPEARANCE TAGS **************/
body {
	margin:0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-color: #004D5F;
	background-image: url(images/pinstripe.gif);
}

td {  font-size: 10pt; font-weight: normal; font-family: Verdana, Arial, sans-serif;
}

h1 { font-size: 18pt; font-weight: normal; color: #7BA0B2; margin-bottom: 0.4em;
	letter-spacing: 1px; word-spacing: 3px;	
	text-transform: uppercase;}
h2 { font-size: 12pt; font-weight: bold; color: #0F526B; margin-bottom: 0.4em;}
h3 { font-size: 10pt; font-weight: bold; color: #000000; font-style: normal; margin-bottom: 0.4em;}
h4 { font-size: 10pt; font-weight: bold; color: #000000; font-style: normal; margin-bottom: 0.4em;}

H1.MR_title {  font-size: 14pt;; text-align: center} /* For old media releases */
.MR_headertxt { font-weight:bold; } /* For old media releases */

P {
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 1.3em;
}

.content_cell ul {
	padding-left: .8em;
	margin-left: 1em;
}

.content_cell LI {
	padding-left: .8em;
	margin-bottom: 1em;
}

A:link, A:visited  { color: #004B91; }
A:hover   { color: #E47B00; }
/* link appearance of grey_bar_cell are defined in marengo_structure.css */

.attention {
	font-size: 11pt;
	color: #588291; 
	font-weight: normal;
	margin-top: 2em;
	margin-left: 0px; /* was 25px */
	margin-right: 20px;
}

/** FOOTER ***************************************/
.projects_menuarea {
	position: relative; 
	float: right; 
	width: 190px; 
	border: 2px solid white; 
	margin: -5px 0 1em 0.5em;
	padding: 5px;
}
.projects_menuarea UL {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0;
	font-size: 9pt;
}

.projects_menuarea LI {
	list-style: none;
	margin: 0px 0 0 0;
	background-image: url(images/flagicon-png.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding-left: 28px;
}
.projects_menuarea LI.png {
	background-image: url(images/flagicon-png.gif);
}
.projects_menuarea LI.aust {
	background-image: url(images/flagicon-aust.gif);
}

.projects_menuarea UL  UL { /* Sub-submenus */
	margin: 0;
	padding: 0;
}

.projects_menuarea UL LI UL LI {
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(images/bullet-bluesqu.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 12px;
}

.projects_menuarea A:link, .projects_menuarea A:visited {
	text-decoration: none;
	display: block;
}

.projects_menuarea A:hover {
/*	color: #c03e28; */
}

/** FOOTER ***************************************/
#footer {
	text-align: center;
}

#footer .menu {
	font-size: 10pt;
}

/*************** NICE ILLUSTRATIONS ********************/
.floating_ill {
	position: relative;
}

TABLE.ill_table {
	border: none;
	margin: 18px 5px 5px 8px;
	position: absolute;
	z-index: 3;
	left: +558px;
	top: 0px;
	width: 180px;
}

TABLE.ill_table TD {
	border: none;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
}

.ill_table IMG {
	border: solid 2px;
	border-color : white;
	margin-bottom: 3px;
}

/*** 2009 ***/
TABLE.table_gallery {
	position: relative;
	border-collapse: collapse;
	margin: 1em 0;
	margin-left: auto;
	margin-right: auto;
}
TABLE.table_gallery TD{
	padding: 10px 5px;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2em;
	color: #666;
}
.ill, .ill_left, .ill_right, .table_gallery {
	position: relative;
	margin-bottom: 0.5em;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2em;
}

.ill A, .ill_left A, .ill_right A {
	text-decoration: none;
}

.ill A:hover, .ill_left A:hover, .ill_right A:hover {
	text-decoration: underline;
}

.ill {
	font-weight: normal;
}

.ill_right {
	float: right;
	margin-left: 1em;
/*	clear: left; */
}

.ill_left {
	float: left;
	margin-right: 1em;
}

.ill IMG, .ill_left IMG, .ill_right IMG, .table_gallery IMG  {
	margin-bottom: 0.6em;
	border: 2px solid white;
}


/*************** NICE TABLES ********************/

.unlinedtable TD , .linedtable TD, .table_data TD {
	padding: 4px 4px 4px 4px; 
	font-size: 9pt;
}

.linedtable , .unlinedtable, .table_data {
	border: solid 2px;
	border-color : white;
	border-collapse: collapse;
	empty-cells: show;
	background-color: #E4ECF2; /* was EBF2F5; */
	margin-top: 1em;
}

.linedtable TD {
	border-style: none dotted solid none;
	border-width: 1px;
	border-color: white; /* #C9DAE4; */
}

.unlinedtable TD {
	border-style: solid none none none;
	border-width: 1px;
	border-color: white; /* #C9DAE4; */
	vertical-align: top;
}


.linedtable TH , .unlinedtable TH, table_data TH {
	padding: 2px 5px 2px 5px;
	border-style: solid dotted solid none;
	border-width: 2px;
	border-color : white;
	font-style: bold;
	font-size: 10pt;
	color: white;
	background-color: #7BA0B2; 
/*	color: #FFFDF1;
	background-color: #006680; */
}

.table_data {
	border: 1px solid #666;
	margin-bottom: 1em;
}
.table_data TD, table_data TH {
	border: 1px solid #666;
}

.linedtable A , .unlinedtable A {  
	text-decoration: none;
}

.linedtable A:hover , .unlinedtable A:hover {  
	color: #990000;
	text-decoration: none;
}

TD.invisrow {
	border-top: none;
	border-bottom: none;
	padding-top: 0;
}

.sizecell { text-align: right; }
.datecell { text-align: center; }


/*  *  *  *  *  *  *  *  *  *  *  *  * */
/* Small font, especially for use within tables. 
   Apply to <table> or to individual text bits. */
.smallfont {
	font-size: 8pt;
}