html, body {
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}


.header {
    font-size: 16px;
    font-family: verdana;
    color: #8590a6;
    font-weight: normal;
    text-decoration: none;
}


.headerSolutions {
    font-size: 16px;
    font-family: verdana;
    color: #303751;
    font-weight: normal;
    text-decoration: none;
}



.normal {
    font-size: 14px;
    font-family: verdana;
    color: #303751;
    font-weight: normal;
    text-decoration: none;
}


.splash1 {
    font-size: 20pt;
    font-family: arial;
    color: #2e3d5d;
    font-weight: normal;
    text-decoration: none;
}

.splash2 {
    font-size: 28pt;
    font-family: verdana;
    color: #0072fe;
    font-weight: normal;
    text-decoration: none;
}

.splash3 {
    font-size: 18pt;
    font-family: verdana;
    color: #2e3d5d;
    font-weight: normal;
    text-decoration: none;
}

.bigger {
    font-size: 14px;
    font-family: verdana;
    color: black;
    font-weight: normal;
    text-decoration: none;
}


.black {
    font-size: 14px;
    font-family: verdana;
    color: black;
    font-weight: normal;
    text-decoration: none;
}



.grey {
    font-size: 14px;
    font-family: verdana;
    color: #ababab;
    font-weight: normal;
    text-decoration: none;
}






.text{
    font-size: 34pt; /* optional. just to increase the font size. */
    display: block;
    line-height: 1em;
    color: #666; /* shadow color */
    background-color: transparent;
    white-space: nowrap; /* wrapping breaks the effect */
}

.text:before,
.text:after{
    content: "Ring fencing product"; /* generated text */
    display: block;
}

.text:before{
    margin-bottom: -1.05em;
    margin-left: 0.1ex;
    color: #ccc; /* shadow color */
    background-color: transparent;
}

.text:after{
    margin-top: -1.05em;
    margin-left: -0.1ex;
    color: #fff; /* text color */
    background-color: transparent;
}






.tableBorder {
    border-width: 1px 1px 1px 1px;
    border-spacing: 12px;
    border-style: solid solid solid solid;
    border-color: #d6d9e2 #d6d9e2 #d6d9e2 #d6d9e2;
    border-collapse: collapse;
    background-color: white;
}


