body { 
	background-image: url(bg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12pt; 
    	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
    	font-style: normal; 
    	margin: 0px; 
	color: black;
    	background-color: #ffffff; }

td { 
	vertical-align: top;
	line-height: 1.3em; }

td.highlight { 
	color: black;
	background-color: #E9EEF4; }

tr.highlight { 
	color: black;
	background-color: #E9EEF4; }

/*
a { 
	border-bottom: 2px solid #005EC2; 
    color: #005EC2;
    background-color: #DFDEEF;
    font-weight: bold; 
    text-decoration: none; }
*/

a.image { 
	border: 0px;
    color: black;
	background-color: white; }
/*
div#logo { float: left; 
           width: 160px;
           height: 120px;
           text-align: center;
		   color: #005EC2;
           background-color: #DFDEEF; }

div#logoright { float: right;
           width: 160px;
           height: 120px;
           text-align: right;
                   color: #005EC2;
           background-color: #DFDEEF; }

div#header { font-size: 24pt;
             font-weight: bold;
             font-style: italic;
             text-align: center;
             height: 120px;
   		     color: #005EC2;
             background-color: #DFDEEF; }

div#links { float: left;
            width: 160px;
            height: 800px;
    		color: #005EC2;
			background-color: #DFDEEF; }

div#links a { display: block; 
              text-align: left; 
              font-weight: bold;
              padding: 2px 2px 2px 10px;
              border: 2px solid #DFDEEF;
              text-decoration: none; 
              color: #005EC2;
              background-color: #DFDEEF; }
              
div#links a:hover { color: #551285;
                    background-color: #FFFFFF; 
}
                    
div#sublinks a { font-size: 10pt;
              padding-left: 20px;
			  color: #005EC2;
              background-color: #DFDEEF; }
              
div#sublinks a:hover { color: #551285; background-color: #ECE4F2; }

div#actlinks a { color: white; background-color: #551285; }
div#actlinks a:hover {  }
div#actsublinks a { color: #ECE4F2; background-color: #551285; }
div#actsublinks a:hover { }

div#content { padding: 10px 10px 10px 170px; 
               text-align: justify; 
			  line-height: 1.3em; }

div#bar { float: left;
		  height: 25px;
          text-align: center;
		  color: #005EC2;
          background-color: #DFDEEF; }
*/
		 
div#lastchange, a#lastchange { 
	text-align: right; 
	text-decoration: none;
	color: gray;
	font-size: 10pt; 
	font-style: italic;
	font-weight: normal;
	border: 0px;}

img { border: 0px; }

th { background-color: #551285; 
	 color: white; }

/*
input,textarea { 
	border: solid 2px gray; }
*/

.button { 
	border: solid 2px #551285;
	color: #005EC2;
	background-color: #DFDEEF; }

h1 { 
	font-weight: bold;
    font-size: 14pt;
	margin-top: 1em;
	margin-bottom: 1em;
    font-style: italic; }

h2 { 
	font-weight: bold;
    font-size: 13.5pt;
	margin-top: 0px;
	margin-bottom: 0px;
    font-style: normal; }

h3 { 
	font-weight: bold;
    font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 0px;
    font-style: normal; }

.warning {
	background-color: #faa;
	color: #000; 
	border: 3px solid red;
	font-weight: bold; 
	font-size: 12pt; }

.hint {
	background-color: #afa;
	color: #000; 
	border: 3px solid green;
	font-weight: bold; 
	font-size: 12pt; }
