/** RESET **/



/* remember to define focus styles! */
:focus {
	outline: 0;
}

.clear {clear:both;}
em.clear{display:block;}
a{
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	cursor:pointer;
}

button:hover{
	cursor:pointer;
}

.left{
	float:left;
}


.right{
	float:right;
}



.wid_fixed{
	width:1000px;
}

h1 { font-size: 18px; }
h2 { font-size: 17px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }
