html,
body {
height:auto;
overflow-y: auto;
overflow-x: hidden;
font-family: 'Varela Round', sans-serif;
margin:0;
padding:0;
max-height:100%;
}
body{

background-color: #fff; 
/*
background-image: 
linear-gradient(90deg, transparent 29px, #abced4 29px, #abced4 30px, transparent 30px),
linear-gradient(#eee .1em, transparent .1em);
background-size: 100% 1.2em;

*/
background-color: #f4f4f4;
background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.5) 50%);
background-size: 80px 80px;
}
a{
color:#000000;
}
td{

}
.header{
width:100%;
height:45px;
background: #245a91;
background: -moz-linear-gradient(top,  #245a91 0%, #003e7e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#245a91), color-stop(100%,#003e7e));
background: -webkit-linear-gradient(top,  #245a91 0%,#003e7e 100%);
background: -o-linear-gradient(top,  #245a91 0%,#003e7e 100%);
background: -ms-linear-gradient(top,  #245a91 0%,#003e7e 100%);
background: linear-gradient(to bottom,  #245a91 0%,#003e7e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#245a91', endColorstr='#003e7e',GradientType=0 );

padding:5px;
vertical-align: middle;
}
.footer{
width:90%;
margin-left:40px;
font-size:9px;
color:#cccccc;
margin-top:50px;


}
.footer table{
	max-width: 100%;
}
.some{

margin-left:40px;
padding:10px;
max-width:90%;
}
.hl{

padding:3px;

}
.grey{
color:#636363;
font-size:10px;
line-height:20px;
}
.logo{
width:120px;
margin-top:5px;
margin:10px;
}
.main img{
width:80%;
margin-top:10px;


border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border: 20px solid #fbfbfb;

-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.48);
-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.48);
box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.48);

}
table{
width:100%;
max-width:800px;
}
.main{
margin:50px;
}