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

body {
	background: #d4d4d4 url(../images/bg.body.gif) repeat-x;
}

body#green {
	background-image: url(../images/bg.body.2.gif);
}

body#orange {
	background-image: url(../images/bg.body.3.gif);
}

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

img {
	border: 0;
	display: block;
}

ul {
	list-style-type: none;
}

label {
	cursor: pointer;
}

.red {
	color: #e00;
}