/*** Albert Heijn airmiles redemption website stylesheet. ***/
*, td {font-family: arial; font-size: 12px;}
table{
	width:100%;
}
body {
    padding-left: 0px;
    margin: 0px;
    background: #FFFFFF;
    
}

/**** top frame ****/

.close td{
	background: #00A1DF;
	height: 31px;
}

a.close {
	 color:#FFFFFF;  
	 font-weight: bold; 
	 text-decoration: underline
}

a.medium {
	 font-size: 14px;
	 text-decoration: underline
}

/* left side */

td.left {
	background: #CBE1EF;
	border-right-color:#BDD3E7;
	border-right-width:1px;
	border-right-style: solid
}

div.content {
	padding: 10px;
	height: 448px;
	width: 580px;
}
.head1 {
	font-size:18px;
	font-weight: bold;
}
.head2 {
	font-weight: bold;
}
.sub1 {
	font-size:12px;
	line-height:18px;
}

.medium {
	font-size:14px;
}
