/************************************************************
*                    iZi Template Layout                    *
*************************************************************
TEXT ELEMENTS
************************************************************/
*{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
	color: #707070;
    line-height: 16px;
    text-decoration: none;
    }
a, a:link, a:visited, a strong{
    cursor: pointer;
	color:#258dc1;
    text-decoration:underline;
}
a:hover, a:active, a:hover strong{
    cursor: pointer;
	color:#707070;
    text-decoration:none;
}
a img{
	border:none;
}
form{padding:0px;margin:0px;}
p{
	margin: 5px 0px;
}
ul{
	list-style-type:square;
}
ul ul {
	padding-left: 15px;
	list-style-type:circle;
}
h1,.heading_1,h2,.heading_2,h3,.heading_3,h4,.heading_4,h5,.heading_5,h6,.heading_6,h7,.heading_7{
	margin: 15px 0px 10px 0px;
	padding:0px
}
h1,.heading_1{
    font-family: 'trebuchet ms',tahoma, arial, sans-serif;
	font-size: 18px;
	color: #258dc1;
	font-weight: bold;
	text-align: left;
}
h2, .heading_2{
    font-family: 'trebuchet ms',tahoma, arial, sans-serif;
	font-size: 14px;
	color: #258dc1;
	font-weight: bold;
	text-align: left;
}
h3, .heading_3{
    font-family: 'trebuchet ms',tahoma, arial, sans-serif;
	font-size: 14px;
	color: #707070;
	font-weight: bold;
	text-align: left;
}
h4, .heading_4{
    font-family: 'trebuchet ms',tahoma, arial, sans-serif;
	font-size: 13px;
	color: #707070;
	font-weight: bold;
	text-align: left;
}
h5, .heading_5{	
    font-family: 'trebuchet ms',tahoma, arial, sans-serif;
	font-size: 13px;
	color: #258dc1;
	font-weight: bold;
	text-align: left;
}
h6, .heading_6{
    font-family: 'trebuchet ms',tahoma, arial, sans-serif;
	font-size: 11px;
	color: #258dc1;
	font-weight: bold;
	text-align: left;
}
h7, .heading_7{
    font-family: 'trebuchet ms',tahoma, arial, sans-serif;
	font-size: 11px;
	color: #707070;
	font-weight: bold;
	text-align: left;
}