html, body {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color: #000;
	font-size: 12px;
}
.cont {
	position:relative;
	width:276px;
	top:1px;
	left:3px;
	background:url('images/bg_p.jpg') repeat-x;
	padding:5px;
}
.blue {
	color:#1b548a;
	font-weight:bold;
}
.small {
	position:relative; 
	width:276px;
	height:100px;
	left:3px;
	background:#eeeeee;
	padding:5px;
}
.blue_cell {
	background:#2679c5;
	border-bottom:#ffffff solid 1px;
	vertical-align:bottom;
}
a {
  text-decoration:none;
  font-weight: bold;
	color:#1b548a;  
}	
