*{

	zoom:1;
	
	}

/* =html */
html {
	margin : 0;
	padding : 0;
	color : #666;
}

/* =body */
body { width : 783px; 
margin : 10px auto; 
padding : 0; 
font : 76%/160% Tahoma, Verdana, Arial, sans-serif;
font-size:11px;
background-color : #fff; 
text-align : left; }

/* =hx */
h2, h3, h4, h5 h6{ clear : left; 
margin : 0; 
padding : 0; }

h2 { font-size : 120%; color:#0EA1E5;}
h3 { font-size : 120%; color:#0EA1E5;}
h4 { font-size : 110%; color:#0EA1E5; }
h5 { font-size : 100%; }
h6 { font-size : 80%; }

/* =code pre */
code, pre { margin : 0; 
padding : 0; font : 1.5em monaco, courier, monospace; 
font-weight : normal; 
color : #666; }

pre { font-size : 80%; }

/* =a */
a:link { color : #666; 
text-decoration : none; }

a:visited { color : #666; 
text-decoration : none; }

a:hover { color : #929394; 
text-decoration : none; }


a.underline:link { color : #666; 
text-decoration : underline; }

a.underline:visited { color : #666; 
text-decoration : underline; }

a.underline:hover { color : #929394; 
text-decoration : none; }


img, img a { border : none; }

/* =div */
div.example { margin-bottom : 20px; 
padding : 20px; 
border : 1px solid #ccc; }