﻿body,html {
    /* background: #f5f5f5; */
    font-family: Open Sans;
	height: 100%;
	/* background-image: url(../../img/contentBg/contentBg.png); */
background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
}

a {
    text-decoration: none;
}

.bold {
    font-weight: bold;
    color: #086624;
	padding-left: 3px;
}

.labelDataConfig {
    font-weight: bold;
    font-size: 1.2em;
    color: #0a246a;
}