* {
	margin: 0;
	padding: 0;
	}

html, body {
	border-collapse: collapse;
	text-align: center;
	color: #858585;
	font-size: 11px;
	font-family: arial, sans-serif;
}

body { 
behavior:url("/javascripts/csshover.htc"); 
}
table, img {
	border: 0;
	}


a {
	text-decoration: none;
	color: #858585;
}

a:hover {
	color: #74032E;
	}

.lefted {text-align: left;}
.centered {text-align: center;}
.righted {text-align: right;}


h1 {
	font-size: 180%;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size:180%;
	text-transform: uppercase;
}

h3 {font-size:120%;}


.control {
	cursor: pointer;
	cursor: hand;
}



button {
	overflow: visible;
	padding: 0.1em 0.2em;
}
