@import url(/style/stti/STTI.css);

.clientLogo {
	background-color: #FFFFFF;
}

a, a:focus, a:active, a:link, a:visited {
	color: #2E537D;
	text-decoration: none;
}

a:hover {
	color: #008195;
	text-decoration: underline;
}

.navigation a {
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    font-size: 1em;
    background: #13294B;
    padding: 16px 10px;
    line-height: 1.75px;
    border: 1px solid #13294B;
    text-decoration: none;
    display: block;
    margin: 7px;
    text-align: center;

}

.navigation a:hover {
    background: #45B2E9;
    text-decoration: none;
    color: #ffffff;
}