* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #464646;
}

html, body {
	height: 100%;
}

body {
	height: 100%;
	background: #fff url(../images/bg.dots.gif) repeat-x 0 112px;
}

/* ******************************** */

a, a:hover {
	text-decoration: none;
	outline: 0;
}

a:hover, a.active, .red {
	color: #d21;
}

img {
	border: 0;
}

ul {
	list-style-type: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}