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

body {
	background: #444440 url(../images/bg.body.gif) repeat-x;
	overflow-y: scroll;
	_overflow-y: auto;
}

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

img {
	border: 0;
}

ul {
	list-style-type: none;
}

.red, a.active {
	color: #ff3200;
}