html, body{ 
	font-size: 85%;
  	color: #000000; 
  	background: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	line-height: 160%;
}

a { 
  text-decoration: underline; 
  color: #0000ff; 
}


h1{font-size: 160%;}

p.small{
	margin: 5px 0;
	padding-top: 20px;
	font-size: 85%;
}
	
/********** Table *************/

table.table1{
	border: 1px solid #A4A4A4;
}

table.table1 caption{
	font-weight: bold;
	font-size: 100%;	
}

table.table1 tr td{
	padding: 5px;
    vertical-align:top;
	border-bottom: 1px solid #BABABA;
	border-right: 1px solid #BABABA; 
}

table.table1 tr th{
	background: #f2f2f2;
	font-size: 100%;
	padding: 3px;
	border-bottom: 1px solid #BABABA;
	border-right: 1px solid #BABABA; 
}

img.imageright1{
	float: right;	
}
