/* ---------- Elements ---------- */
a, body, dt, dd, input, li, p, select, span, table, td, th, textarea {
	color: #000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: small;
	text-align: left;
}
/** html a, * html body, * html dt, * html dd, * html input, * html li, * html p, * html select, * html span, * html table, * html td, * html th, * html textarea {
	font-size: x-small;
}*/
a {
	text-decoration: none;
}
a:hover, a.grey:hover, a.underline:hover {
	color: #d22c2c;
	text-decoration: underline;
}
body, div, img, table, td, th {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #c0c0c0;
	color: #000;
	margin: 0;
	padding: 0;
}
table {
	width: 100%;
}
/* ------------- Ids ------------- */
#container {
	margin: auto;
	width: 770px;
}
#wrapper {
	padding: 30px 0 25px 0;
}
/* ----------- Classs ----------- */
.bold {
	font-weight: bold;
}
.countdown {
	border: 0;
	height: 26px;
}
.grey {
	color: #555;
}
.italic {
	font-style: italic;
}
.right {
	text-align: right;
}
.small {
	font-size: x-small;
}
.underline {
	text-decoration: underline;
}

