@charset "UTF-8";

html,body{
	width : 100%;
	height: 100%;
}

body,input,select,option,textarea{
	font-size: 18px;
	font-family: 'DQFont12';
	font-weight: normal;
	/*color: #FFF;
	background-color: #0f0f0f;*/
}

.font12Normal{
	font-family: 'DQFont12';
	font-weight: normal;
}

.font12Bold{
	font-family: 'DQFont12';
	font-weight: bold;
}

.font10Normal{
	font-family: 'DQFont10';
	font-weight: normal;
}

.font10Bold{
	font-family: 'DQFont10';
	font-weight: bold;
}

