body {
	background-image: url(./images/bg.gif);
	background-color: #2265f2;
	margin: 10px;
	text-align: center;
}
a,
a:link,
a:visited,
a:active {
	color: #2265f2;
	text-decoration: none;
}
a:hover {
	color: #f20000;
	text-decoration: none;
}
h3 a,
h3 a:link,
h3 a:visited,
h3 a:active {
	color: #ffffff;
	text-decoration: none;
}
h3 a:hover {
	color: #ffffff;
	text-decoration: none;
}
div.maintitle {
	color : black;
	font-size : 18pt;
	text-align: right;
	margin-right: 8px;
}
span.maintitle {
	color : navy;
	font-size : 24pt;
	font-weight : bold;
}
div.subtitle {
	color : #f28060;
	font-size : 12pt;
	font-weight: bold;
	text-align: right;
	margin-right: 8px;
}
td.siteprof {
	width : 180px;
	text-align: right;
	vertical-align: middle;
	padding : 4px;
	font-size : 9pt;
	color: #888;
	line-height: 150%;
}

table.title,
table.content {
	padding : 0;
	margin : 0;
	width : 640px;
	background-color: #f8f8ff;
	border : 3px solid;
	border-bottom-color : #CFDDFC;
	border-left-color : #000000;
	border-right-color : #CFDDFC;
	border-top-color : #000000;
}
table.title {
	background-image: url(./images/top.jpg);
	background-repeat: no-repeat;
}
div.datebar{
	background-color : #2265f2;
	color : #ffffff;
	margin : 10px 4px 6px;
	padding: 3px;
}
h3.datebar{
	background-color : #2265f2;
	color : #ffffff;
	margin : 10px 4px 6px;
	padding: 3px;
	font-size: medium;
}
td.content {
	background-image : url(./images/mainbg.gif);
	background-repeat : no-repeat;
	vertical-align: top;
	background-position : bottom;
}
td.info {
	width:150px;
	vertical-align: top;
	text-align: center;
}
div.info {
	border-color : #e0e0d0;
	border-width : 1px;
	border-style : solid;
	margin: 0px 8px 4px 8px;
	padding: 4px;
	font-size: 9pt;
	text-align: left;
}
div.infotitle {
	margin: 8px 0px 0px 0px;
	padding: 0;
	text-align: center;
}
table.conversation {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
td.conv_icon {
	vertical-align: top;
	text-align: right;
	width: 70px;
}
td.conv_talk {
	text-align: justify;
	vertical-align: top;
	text-justify: inter-ideograph;
	word-break:break-all;
	font-size: 10pt;
	padding: 8px;
}