/*
-----------------------------------------
Reset Style
-----------------------------------------
*/
*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 12px;
	font-family: arial,tahoma,verdana,sans-serif;
}
html{
	height: 100%;
}
ol, ul{
	list-style: none;
}