*{
	margin: 0px;
	padding: 0px;
}

body{
	/*font-family: Verdana, Arial, 'Liberation Sans';*/
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #0F1933;
	
	background-color: #E0E0E0;
	/*
	 -o-background-size: 100% 100%;
	 -webkit-background-size: 100% 100%;
	 -khtml-background-size: 100% 100%;
	 background-size: 100% 100%;
	
	 background: -moz-linear-gradient(top,#EDEEEF,#E1E6EA);
	 background: -webkit-gradient(linear, left top, left bottom, from(#EBEFF4), to(#E1E6EA));
	 filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#EBEFF4,endColorstr=#E1E6EA,GradientType=0); zoom: 1;
	
	 background-clip: border-box; -moz-background-clip: border; -webkit-background-clip: border-box; -khtml-background-clip: border-box;
	 background-origin: border-box; -moz-background-origin: border; -webkit-background-origin: border-box; -khtml-background-origin: border-box;
	*/
	 text-align: center;
}

html,
body {
	margin:0;
	padding:0;
	height:97%;
}

body input, body textarea{
	font-family: Verdana, Arial, 'Liberation Sans';
	font-family: Trebuchet MS;
}

body a,
body a:hover{
	text-decoration: none;
	outline: none;
}

body img,
body img:hover{
	border: 0px;
}

body input{
	outline: none;
}