body { background : #000066 }
a:link { color: #000099; background: transparent }
a:visited { color: #333399; background: transparent }
a.title:link { color: #669999; background: transparent; text-decoration: none }
a.title:visited { color: #336666; background: transparent; text-decoration: none }
a.mecw:link {color: #aaaaaa; background: transparent; text-decoration: none }
a.mecw:visited {color: #999999; background: transparent; text-decoration: none }

div.border {
	border-style: double;
	background: #ffffff; 
	width: 90%; 
	padding: 1em; 
	border: 0.5em solid #99bb99;
	}

p {
 text-indent: 1em;
 font-family: "Georgia", "Times New Roman", serif;
 font-size: 12pt;
 text-align: justify;
 line-height: 150%;
 margin-left: 6%;
 margin-right: 6%;
 }

p.title { 
 color: #669999;
 text-indent: 0em;
 font-weight: bold;
 text-align: left;
 margin: 1%;
 font-family : "Arial", sans-serif;
 font-size: 9pt;  
 }

hr.end { width: 92%; height: 2px; color: #000033; }
hr { width: 94%; height: 2px; color: #000033; }

em { word-spacing: 0.2em }

blockquote { margin-left: 5%; margin-right: 5% }


H1 {
 background: transparent;
 color: #000033;
 font-weight: bold; 
 font-size: 36pt; 
 font-family: "Georgia",  "Times New Roman", serif;
 text-align: center; 
 }


H3 {
 background: transparent;
 color: #000033; 
 font-weight: bold;
 text-align: center;
 font-family : "Georgia",  "Times New Roman", serif;
 font-size: 22pt; 
 }


H4 {
 color: #000033; 
 font-weight: bold;
 text-align: center;
 font-family : "Arial", sans-serif;
 font-size: 14pt;  
 line-height: 150%;
 }



/* abstracts */

span.context {  background: transparent; color: #999999 }



/*Greek text */

span.greek { font-family: symbol }


 

/* Basic p -- without first line indent */

p.fst { 
line-height: 110%; 
font-family: Tahoma, sans-serif; 
font-size: 8pt; 
text-align: right; 
}

td.index {

 background: #efefef;
 color: #999999; 
 text-indent: 0em;
 font-family : "Helvetica", "Arial", sans-serif;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 }

td.note {
 background: #ffffff;
 color: #444444; 
 font-family : "Arial", sans-serif;
 font-size: 9pt;
 vertical-align: top;
 text-align: justify;
 line-height: 140%;
 margin-left: 2%;
 margin-right: 2%;
 }

td.text {
 text-indent: 0em;
 font-family : "Georgia", "Times", serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: left;
 vertical-align: top;
 }
 
td.data {
 text-indent: 0em;
 font-family : "Georgia", "Times", serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: right;
 vertical-align: top;
 }
 
p.pagenote { 
	line-height: 120%; 
	font-family: Tahoma, sans-serif; 
	font-size: 10pt; 
 	text-align: center;
	margin-left: 10pt;  
	margin-right: 10pt; 
	}

p.footer {  
 text-indent: 0em; 
 font-weight: bold;
 font-family : "Arial", sans-serif;
 font-size: 12pt; 
 text-align: center; 
 margin: 3%;
 }

span.author { 
 font-family: "Century Gothic", "Arial", sans-serif; 
 font-size: 12pt; 
 margin-left: 0em; 
 font-weight: bold; 
 } 
span.subject { 
 font-family: "Century Gothic", "Arial", sans-serif; 
 line-height: 200%;
 font-size: 12pt; 
 margin-left: 0em; 
 font-weight: bold; 
 } 


/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

@media (max-width: 480px) {
  p { font-size: 12pt; margin-left: 1%; margin-right: 1%; margin-bottom: 4pt; margin-top: 4pt; line-height: 125%; }
  blockquote {margin-left: 1%; margin-right: 1%; }
  p.title { font-size: 11pt; }
  p.indentb { margin-left: 6%; margin-right: 1%; }
  p.quoteb { margin-left: 6%; margin-right: 1%; }
  p.index { margin-left: 6%; margin-right: 1%; }
  h1 { font-size: 16pt; }
  h2 { font-size: 15pt; }
  h3 { font-size: 14pt; }
  h4 { font-size: 13pt; }
  h5 { margin-left: 1%; }
  h6 { margin-left: 1%; }
  img { width: 120px; height: auto; }
  img.auto {width: auto ; height: auto; }
  div.border { width: 95%; padding: 0.2em; border: 0.2em solid ##99bb99; }
}
