body {
	background-color: #4B5056;
	color: #B6BBC1;
}

.div {
	  position: absolute;
      left: 50%;
      top: 50%;
      width: 876px;
      height:540px;
      margin-left: -438px;
      margin-top: -245px;
}

td {
	text-align: center;
	vertical-align: center;
}

p {
    color: #495056;
    font-size: 12pt;
    font-family: myFontbigboldbold;
    display: inline;
}


.main {
    color: #495056;
    font-size: 12pt;
    font-family: myFontbigbold;
    display: inline;
}


.content {
    color: #495056;
    font-size: 12pt;
    font-family: myFontbigbold
}

.headline {
    color: #B6BBC1;
    font-size: 14pt;
    font-family: myFontbig;
    display: inline;
}

.bold {
	 font-family: myFontbig;
}

.link{
	color: #ffffff;
}

a:link {
    color: #495056;
    text-decoration: none;
}

a:hover{
    color: #c6d0d9;
    text-decoration: none;
}
