html {
	height:100%; 
}

body{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
	color: #494949;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div, a, img, input, textarea, select, span, table, h1, h2, h3, h4, h5, p, object {
	position:relative; text-align:left; padding:0px; margin:0px; 
}

a {
	text-decoration: none;
}

a:hover {
	color: #C90202;
	text-decoration: none;
}