html, body
{
    margin: 0;
    padding: 0;
}
body
{
    font: 12px/1.3em Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #fff;
}
h1, h2, h3, h4, h5
{
	margin: 0 0 1em;
	color: #0066CC;
}
h1
{
    font-size: 18px;
    font-weight: normal;
}
p{margin: 0 0 1em;}
a,
a:link,
a:visited{
	color: #F2683E;
	text-decoration: none;
}
a:hover,
a:active{
	color: #009900;
	text-decoration: underline;
}
a img{border: none;}
form{margin: 0;}
fieldset{padding: 0;}
hr
{
    height: 1px;
    border: none;
    color: #999;
    background-color: #999;
}

/* ~~~ === POSITIONG SELECTORS ======================================= ~~~ */
#wrapper
{
    position: relative;
    width: 773px;
    height: 474px;
    background: url(../images/kiwisaver/body_bg.gif) no-repeat  0 0;
}
#descrizione{
height:100px;
}
#content
{
    float: left;
    display: inline;
    width: 541px;
    height: 341px;
    margin: 30px 0 0 8px;
    padding: 22px;
}
a.txtfooter, a.txtfooter:hover, a.txtfooter:link, a.txtfooter:active {
	color:#0000FF;
	font-family: Arial;
	font-size: 12px;
}
.bordogrigio{
	border: 3px solid #CCCCCC;
	background-color: f70056;
}
.titoli {
	font-family: arial;
	font-size: 18px;
	color: #3EB6D8;
}
.txtnormalAzzurro {
	font-family: Arial;
	font-size: 12px;
	color: #269EC1;
	text-align:left;
}
