body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:62.5%;
}
a:focus { outline:1px dotted invert }
hr {
    border:0 #ccc solid;
    border-top-width:1px;
    clear:both;
    height:0
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    margin-bottom:23px;
    line-height:1.2em;
}
h1 {
    font-size:2.6em;
    font-weight:normal;
    color:#1a3a5e;
}
h1 a {
	color:#1a3a5e;
	text-decoration:none;
}
h2 { font-size:1.8em; color:#b13ba7; }
h3 { font-size:1.7em; color:#b13ba7; }

h3 a {
	color:#b13ba7;
	text-decoration:none;
}

h4 { font-size:1.4em; color:#034ea2; }

h4 a {
	color:#034ea2;
	text-decoration:none;
}

h5 { font-size:1.4em; }
h6 { font-size:1.4em; }


/*
h1 {
    font-size:2.6em;
    font-weight:normal;
    color:#1a3a5e;
}
h2 { font-size:1.8em; }
h3 { font-size:1.4em; }
h4 { font-size:1.4em; }
h5 { font-size:1.4em; }
h6 { font-size:1.4em; }
*/

.numberList {
	padding: 10px 0;
	margin: 0;
	border: 2px dashed #ccc;
}

ol { list-style:decimal }
ul { list-style:square }
li { margin-left:30px }
li li { font-size:1em; }
p, li { font-size:1.4em; }

.infoLista li {
    margin:0 0 2px 0;
    padding:0;
    position:relative;
    list-style:none;
    line-height:1.4em;
    font-size:1.2em;
}
.infoLista img {
	padding-top: 3px;
	padding-left: 23px;
}
.infoLista h2 {
	color: #034ea2;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
}
.infoLista p {
	color: #464646;
	font-size: 1.25em;
	margin: 0;
	line-height: 1.5em;
}

.infoLista a {
	display: block;
	width: 411px;
	text-decoration: none;
	float: left;
}

.infoLista a .imageCol {
	float: left;
	width: 117px;
	cursor: hand;
}

.infoLista a .textCol {
	float: left;
	width: 270px;
	cursor: hand;
}

.infoLista a .bgTop {
	float: left;
	width: 411px;
}

.infoLista a .bgBottom {
	padding: 11px 0;
	float: left;
	width: 398px;
}

.infoLista a:hover {
	background: transparent url(../images/bg_icon_link.gif) repeat-y left top;
}

	.infoLista a:hover .bgTop {
		background: transparent url(../images/bg_icon_link_top.gif) no-repeat left top;
	}
	
	.infoLista a:hover .bgBottom {
		background: transparent url(../images/bg_icon_link_bottom.gif) no-repeat left bottom;
	}
	