A:visited {
	color: #58868E;
	text-decoration: none;
}
A:link {
	color: #58868E;
	text-decoration: none;
}
A:active {
	color: #58868E;
	text-decoration: none;
}
A:hover {
	color: #58868E;
	text-decoration: underline;
}

BODY {
	color: #395d7b;
}

FONT.account {
	color: #395D7B;
	font-weight: bold;
}

FONT.hilight {
	color: #58868E;
}

TABLE.main {
	width: 600;
	border-style: solid;
	border-color: #9AD0BD;
}
TR.main_top {
	height: 24;
	background: #58868E;
}
TD.main_top {
	text-align: center;
	border-bottom: medium solid #395D7B;
}

TABLE.login {
	width: 100%;
	background: #E1F3ED;
}
TR.login_top {
	height: 24;
	background: #9AD0BD;
}
TD.login_top {
	width: 50%;
	text-align: center;
	border-bottom: medium solid #395D7B;
}
TD.login_new_users {
	text-align: center;
	vertical-align: top;
}
TD.login_old_users {
	text-align: center;
	vertical-align: top;
}
TABLE.login_table {
	width: 100%
}
TD.login_left {
	width: 30%;
	text-align: right
}
TD.login_right {
	width: 70%;
	text-align: left
}

TABLE.account {
	width: 100%;
	text-align: center;
	background: #E1F3ED;
}
TR.account_top {
	height: 24;
	background: #9AD0BD;
}
TR.account_mid {
}
TD.account_top {
	width: 50%;
	text-align: center;
	border-bottom: medium solid #395D7B;
}
TD.account_mid {
	text-align: center;
	vertical-align: top;
}
TR.account_error {
	background: #D00036;
}
TD.account_error {
	text-align: center;
	border-bottom: medium solid #395D7B;
}

TR.create_split {
}
TD.create_split_left {
	width: 40%;
	text-align: right;
}
TD.create_split_right {
	width: 60%;
	text-align: left;
}

TABLE.substatus {
	width: 100%;
	background: #E1F3ED;
}
TR.substatus_top {
	height: 24;
	background: #9AD0BD;
}
TD.substatus_top {
	text-align: center;
	border-bottom: medium solid #395D7B;
}
TR.substatus_mid {
}
TD.substatus_mid {
	text-align: left;
}

TABLE.status_admin {
	width: 100%;
	background: #D00036;
}

TABLE.character {
	width: 100%;
}

