html {
	font: 13px Arial, sans-serif;
}

body { 
	color: #333;
	line-height: 1.4em;
}


/*
body { 
	font: normal normal 13px Arial; 
	color: #333; 
	line-height:18px;
}

*/

img {border: 0px}
a,a:visited,a:active {
	/* customize_link */ color: #f66025; /* customize_link */
}
a:hover {
	/* customize_link_hover */ color: #000; /* customize_link_hover */
} 

h1,h2,h3,h4,h5{ margin:0px 0px 4px 0px; padding:4px 0px; margin-top:8px }
h1{ font-size:20px!important; line-height:31px; letter-spacing:-0.05em; color:#f66025; font-weight:500; padding-bottom:5px; margin-bottom:10px;}
h2{ font-size:15px; line-height:19px; font-weight:bold; color:#000;}
h3{ font-size:12px; line-height:16px;color:#000;}
h4{ font-size:14px; line-height:18px }
h5{ font-size:13px; line-height:16px }
p{ padding:0px 0px 0px 0px; }


.left { float:left; margin:4px 10px 10px 0;}
.right { float:right; margin:4px 0 10px 10px;}
.right-border { float:right; margin:4px 0 10px 10px; border:1px solid #999!important; padding:1px;}
.left-border { float:right; margin:4px 0 10px 10px; border:1px solid #999!important; padding:1px;}
.no-image-border {border:none!important;  }