/********* General **********/

@font-face {
  font-family: RobotoLight;
  src: url(Roboto-Light.ttf);
}

body{
  margin:0px 0px; padding:0px;
  font-size:12pt;
  font-family: RobotoLight;
  background-color:#f5f5f5;
  text-align:center;
}

table {
	border: 1px solid #DFDFDF;
	background-color: #F9F9F9;
}

table td, th {
	border: 0px solid #DFDFDF;
	background-color: #F9F9F9;
	border-top-color: white;
	border-bottom: 1px solid #DFDFDF;
	padding: 5px 5px 1px;
}

img.img_box{
  box-shadow: 1px 1px 5px #ccc;
  border: 1px solid #DFDFDF;
  padding:0px;
  margin:5px;
}

#header{
 text-align:center;
 margin: 20px;
}
	
#content{
 width:800px;
 margin:0px auto; /* Right and left margin widths set to "auto" */
 text-align:left; /* Counteract to IE5/Win Hack */
 padding:20px;
 border:1px solid #bbb;
 background-color:#fff;
}

#footer{
 text-align:center;
 margin: 20px;
 font-size:9pt;
}
