a {
	color: #CC3333;
	text-decoration: none;
}
a:visited {
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

a.footerLink {
	color: #999966;
	text-decoration: none;
}
a:visited.footerLink {
	color: #999966;
	text-decoration: none;
}
a:hover.footerLink {
	color: #999966;
	text-decoration: none;
}

#contentTable {
	width: 100%;
	height: 100%;
}

#contentCell {
	vertical-align: middle;
	text-align: center;
}

#container {
	background-image: url(img/bg_inner.gif);
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 515px;
	height: 515px;
	color: #660000;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

#back {
	position: absolute;
	left: 93px;
	top: 100px;
}

.header {
	font-weight: bold;
}

#footer {
	color: #999966;
	font-size: 9px;
}

.textContent {
	color: #660000;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

