/* main CSS */
Body   	{
         background-image: url(erioback.gif);
         font-family: arial, sans-serif;
         font-size: 18pt;
         color: black;
	}
table 	 { 
         font-family: arial, sans-serif;
         
				 font-size: 10pt;
         color: black;
  } 
/* Specific CSS */
.hint    {
         font-size: 8pt;
				 color:red;
	}
.hintasterisk {
         font-size: 10pt;
				 color:red;
	}
.header {
         font-size: x-large;
         text-align: left;
  }
.footer {
         font-size: 8pt;
         text-align: center;
  }
.pagetitle {
         font-size: 12pt;
         font-weight: bold;
				 color: brown;
  } 
.system {
         font-size: 8pt;
				 color: grey;
  }	
/* Horzontal Navigator */
.horznavbar {
				margin: 0px;
				font-size: 10pt;
				font-weight: bold;
				color: #333333;
				border-bottom: 1px #666666 solid;
				background-color: #ffff99;
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 2px;
				padding-right: 50px;
	}
.horznavbar a:link{
				background-color: #ffff99;
				color: #333333;
				text-decoration: none;
	}
.horznavbar a:visited{
				background-color: #ffff99;
				color: #333333;
				text-decoration: none;
  }
.horznavbar a:hover {
				background-color: #000;
				color: #ffff99;
				text-decoration: none;
  }