body { 
   background-color:#FFFFFF; 
   color:#000000; 
}

a:link {
   color: #8C2931;
   text-decoration: underline;	
}
a:visited {
   color: #192942;
   text-decoration:underline; 
}
a:active {
   color: #192942; 
   text-decoration:none; 
}
a:hover { 
   color: #8C2931; 
   text-decoration:none; 
}

div, span{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #000000
}

.h1 {
   font-size: x-large;
   font-weight: bold;
   margin-top: 15px;
   margin-bottom: 20px;
   text-align: left;
}

.h2 {
   font-size: large;
   font-weight: bold;
   margin-top: 20px;
   margin-bottom: 15px;
   text-align: left;
}

.h3 {
   font-size: medium;	
   font-weight: bold;
   margin-top: 20px;
   margin-bottom: 10px;
   text-align: left;
}

.p {
   font-size: medium;
   text-align: justify;
   margin-top: 10px;
   margin-bottom: 10px;
   text-align: justify;
}


.footer {
   font-size: x-small;
   text-align: center;
   margin-top: 20px;
   margin-bottom: 10px;
   color: #999999;
}

.header {
   position: fixed; 
   top: 0px; left: 0px; right: 0px;
   height: 125px;
   z-index: 1; 
   background-color: #FFFFFF;
   color: #FFFFFF;
}

.menuheader {
   font-size: x-large;
   text-align: left;
   font-weight: bold;
   position: fixed;
   top: 39px;
   left: 15px;
}

.menulogo {
   position: fixed;
   top: 15px;
   right: 0px;
}

.menuentryarea {
   position: fixed;
   top: 90px;
   left: 15px;
}

.menuline {
   position: fixed;
   top: 73px;
   left: 0px;
   right: 0px;
   height: 14px;
   background-color: #8C2931; 
   color: #8C2931; 
}

.menuentry {
   font-size: large;
   text-align: right;
   font-weight: bold;
   margin-top: 5px;
   margin-right:10px;
   vertical-align: middle;
}

.menuentry a:link {
   color: #192942;
   text-decoration:none; 
}

.menuentry a:visited {
   text-decoration:none; 
   color: #192942;
}


.menuentry a:active {
   text-decoration:none; 
   color: #8C2931;
}

.menuentry a:hover {
   text-decoration:none; 
   color: #8C2931;
}

.titlepicture {
   text-align: center;
   margin-top: 25px;
   margin-bottom: 25px;	
}


.mainarea { 
   position: absolute;
   top: 140px;
   left: 0px;
   right: 0px;
}

.mainarearight { 
   position: fixed;
   bottom: 5px;
   right: 5px;
}

.mainarearighticon {
   padding-top: 10px;   
   margin-left: 5px;
   text-align: center;
}

.mainarealeft { 
   position: absolute;  
   top: 0px;
   left: 10px;
   right: 50px;
}


