body {
    background: url(bg-03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

td
	{
	font-size: 12pt; 
	font-family: helvetica neue, arial, helvetica, calibri;
	color: #58595b; 
	}

h1
	{
	font-size: 32pt; 
	font-family: helvetica neue, arial, helvetica, calibri;
	color: #333333; 
	font-weight: 700;
	}

p
	{
	font-size: 18pt; 
	font-family: helvetica neue, arial, helvetica, calibri;
	color: #333333; 
	font-weight: 200;
	}

h3
	{
	font-size: 14pt; 
	font-weight: bold;
	font-family: arial, helvetica, calibri;
	color: #333333; 
	}

h4
	{
	font-size: 13pt; 
	font-weight: bold;
	font-family: arial, helvetica, calibri;
	display: inline;
	color: #30348f; 
	}


a:link 
	{ 	
	color: #333333; 
	text-decoration: none;
	}

a:active 
	{ 	
	color: #333333; 
	text-decoration: none;
	}

a:visited 
	{ 	
	color: #333333; 
	text-decoration: none;
	}

a:hover 
	{ 
	color: #333333; 
	text-decoration: none;
	}

.blue
	{ 
	font-size: 12pt; 
	font-family: arial, helvetica, calibri;
	color: #1375aa; 
	}

.small
	{ 
	font-size: 7pt; 
	font-family: arial, helvetica, calibri;
	color: #58595b; 
	}

.small2
	{ 
	font-size: 7pt; 
	color: #41454d; 
	font-family: arial, helvetica, calibri;
	}

.middle-block {
    padding: 60px;
    background: rgba(255,255,255,0.75);
    border-radius: 25px;
    max-width: 720px;
}

.icon-inner {
    float: left;
    width: 50%;
}