* {
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif;
	font-size : 10px;
	color: #000;
	}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #b5dae5 url(../images/bg_wood.jpg) repeat-y center top;
	}

table td {
	text-align: left;
}

#container {
	width: 780px;
	background-color: #fff;
	padding: 20px;
	}

a:link, a:visited, a:active { color: #f39; text-decoration: none; }
a:hover { text-decoration: underline; }

.title {
	font-size: 12px;
	font-weight: bold;
	color: #f90;
}
.redText {
	color: #f00;
}

.trHead {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #afcdd3;
}

