body {
	background-color: #2c2f32;
	font-family: arial;
	color: #3f84c0;
	text-align: center;
}

table {
	width: 550px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

td.head {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-image: url("images/t_header_bg.gif");
	width: 550px;
	height: 18px;
}

td.main {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #353e48;
	width: 550px;
	height: 100px;
}

td.main2 {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #353e48;
	width: 275px;
	height: 25px;
}

td.main3 {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #353e48;
	width: 550px;
	height: 30px;
}

td.img {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #353e48;
	width: 100px;
	height: 100px;
}

td.char {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #353e48;
	width: 450px;
	height: 100px;
}

td.link {
	border-width: 1px;
	border-color: #64aeed;
	border-style: dashed;
	background-color: #404c59;
}

p.head {
	font-family: arial;
	color: #abd8ff;
	font-size: 11px;
}

p.main {
	font-family: arial;
	color: #3f84c0;
	font-size: 11px;
	margin-left: 15px;
	margin-right: 15px;
}

img {
border: 0px;
}

a {
	text-decoration: underline;
}

a:link {color: #abd8ff}
a:visited {color: #abd8ff}
a:hover {color: #d5ebff}
a:active {color: #d5ebff}