

* {
	margin: 0; padding: 0;
}

body {
	background: #FFF;
	text-align: center;
	background:#CFE0E7 url(background.jpg) no-repeat top center;
}

table, tr, td {
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}

table img {
	border-style: none;
}

img {
	border: none;
}

acronym, abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	cursor: help;
}

ul {
	list-style: none;
}

.hidden {
	display: none;
}

.v-align-middle {
	vertical-align: middle;
}

