﻿.normaltext {
 font-family: 'calibri', 'Arial Narrow', Arial, sans-serif;
 font-size: 15px;
color:black 
}

.tablesmall {
    font-size: 17px;
    font-family: 'calibri', 'Arial Narrow', Arial, sans-serif;
    border: 1px solid #ccc;
    align-self :center;
	background-color:#eee;
	min-height: 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
    width:54%;
    left:22%;
    top:15%; 
    position:absolute;
}

.banner1 {
	text-align: left;
	background-image: url(images/bannerbg.jpg);
    width: 50%;
    border: none;
    height: 74px;
}
.banner2 {
	text-align: right;
	background-image: url(images/bannerbg.jpg);
}

.divfooter {
    /*position:absolute;
    bottom:0;
    width:100%;*/
    position: fixed; 
    bottom: 0px; 
    float:left; 
    left: 0px; 
    right: 0px;
    text-align:center;
    background:#C0C0C0 ;
    opacity: 0.9;
    filter: alpha(opacity=50);
    color:black; 

}



/*.logo-image {
    background: url('../images/logo_image.svg') center center / 100px 100px no-repeat;
    display: block;
    float: left;
    height: 59px;
    width: 66px;
    text-align: justify;
}*/
