// Nemo Style Sheet 2007-12-27

body,.body {
  background-color: #DFE2E3;
	color: black;
	font-family: Tahona, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

p,.p,td,.td
{
  color: black;
	font-family:Tahona, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

td.small   { font-size: 9pt; }
hr, .hr    {size: 1px; color: black;};

 h1 {font-size: 16pt; font-weight: bold; color: #38475E;}
 h2 {font-size: 14pt; font-weight: bold; color: #38475E;}
 h3 {font-size: 12pt; font-weight: bold; color: #38475E;}
 h4 {font-size: 10pt; font-weight: bold; color: #38475E;}
 h5 {font-size: 9pt;  font-weight: bold; color: #38475E;}

a               {text-decoration: none; font-weight : bold; color: #C20000;}
a:hover         {color: #626E88;}

.button
  {
  margin:1px; 
  color:black;
  background-color:#DFE2E3; 
  text-align:center; 
  font-family:verdana,arial,helvetica; 
  font-size:9pt;  
  border-style:solid; 
  border-color:black;  
  border-width:1px;
  }

div.clr   { border-style: solid; border-width: 1px; border-color: #38475E; }
  
input,select {border-style:solid; border-color:black; border-width:1px; border-color:#38475E;}
input.checkbox {border-style:none;}

.timesroman { color:#000000; font-family: "Times New Roman", Times, serif; font-weight:bold; font-size: 14pt;}

.ignore { }
.displayhide {display: none;}
.hide { }
.breakbefore { }

.red, .error {color: #C20000; }
.wine {color: #87055A; }
.gray, .grey {color: #666666; }
.purple {color: #C0A0D0; }
.darkpurp {color: #502878; }
.coffee {color: #8C8250; }
.yellow {color: #FFEDAE; }
.darkyellow {color: #DDCD7D; }
.black {color: black; }
