body.body{
    font-family: "Arial", sans-serif;
    text-decoration: none;
    background-color: #E8E8E8;
    height: 100%;
    min-height: 100% !important;
}
html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
}
a:hover, a:visited, a:link, a:active
{
	text-decoration: none;
}

.white{
    color: white;
}
.blue{
    color: #0C72D8 !important;
}
.darkgrey{
    color: #2E2E2E;
}
.midgrey{
    color: #5D5D5D;
}
.red{
    color: #cf2323;
}
.logo{
    width: 150px;
}
.link-title{
    font-size: 22px;
    font-weight: bold;
    color: #0C72D8;    
}
.link-subtitle{
    font-size: 17px;
    color: #5D5D5D;
}
.central{
    position: relative;
}
@media screen and (max-width: 800px) {
	.middle{
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    .content{
        height: 100%;
        width: 100% !important;
    }
}
.middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content{
    background-color: #ffffff;
    min-height: 570px;
    width: 500px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 3px;
}
.mainImgIcon{
    width: 300px;
    display: block;
}