/* title */
img.image_title {
	border: none;
	
	height: 22px;
	width: 22px;
}
table.title {
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/* text */
body {
	color: #545454;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
p.centered {
	text-align: center;
}

/* table */	
table {
	border: 0px;
	font-size: 18px;
}

/* links */
a:link { 
	color: #0079C5;
	font-weight: bold;
}
a:visited {
	color: #606060;
	font-weight: bold;
}
a:hover {
	color: #606060;
	font-weight: bold;
}
a:active {
	color: #000000;
	font-weight: bold;
}

p {
    text-indent: 40px;
	text-align:justify;
	font-family:"Calibri, serif";
	width: 100%;
} 

/* images - left */
img.image_l_40_40 {
	border: none;
	padding-right: 10px;
	height: 40px;
	width: 40px;
}
img.image_l_40_30 {
	border: none;
	padding-right: 10px;
	height: 30px;
	width: 40px;
}
img.image_l_30_30 {
	border: none;
	padding-right: 10px;
	height: 30px;
	width: 30px;
}
img.image_l_35_20 {
	border: none;
	padding-right: 10px;
	height: 20px;
	width: 35px;
}
img.image_l_20_20 {
	border: none;
	padding-right: 10px;
	height: 20px;
	width: 20px;
}

/* images - right */
img.image_r_110_40 {
	border: none;
	padding-left: 10px;
	height: 40px;
	width: 110px;	
}
img.image_r_70_60 {
	border: none;
	padding-left: 10px;
	height: 60px;
	width: 70px;	
}
img.image_r_70_25 {
	border: none;
	padding-left: 10px;
	height: 25px;
	width: 70px;
}

/* images */
img.image_150_150 {
	border: none;
	height: 150px;
	width: 150px;
}
img.image_12_12 {
	border: none;
	height: 12px;
	width: 12px;
}