/* LINKS */

table.tblLinks {
		margin: 20px 0;
		width: 580px;
}

table.tblLinks a:link { color:#0F4199; text-decoration:underline;}
table.tblLinks a:hover { color:#0F4199; text-decoration:none;}
table.tblLinks a:visited { color:#0F4199; text-decoration:underline;}
table.tblLinks a:active { color:#0F4199; text-decoration:none;}

table.tblLinks td.cell {
		vertical-align: top;
}
table.tblLinks img.head {
		display: block;
}

table.tblLinks ul {
		margin: 10px 0 0 20px;
		padding: 0 0 0 0;
}
table.tblLinks li {
		margin: 4px 0 4px 0;
		padding: 0 0 0 0;
		list-style-image:url(../img/i_arrow.gif);
		font-weight: bold;
		list-style-type: none;
}
table.tblLinks ul.child li,
table.tblLinks li.child {
	list-style-image:url(../img/i_arrow2.gif);
}

a:link { color:#0F4199; text-decoration:underline;}
a:hover { color:#0F4199; text-decoration:none;}
a:visited { color:#0F4199; text-decoration:underline;}
a:active { color:#0F4199; text-decoration:none;}
