body {
	background: #fff;
	color: #000;
	background-image: url(bg.jpg);
	line-height: 120%;
	font-size: x-small;
	font-family: "Arial";
}

/* main table */
table.main {
	font-size: x-small;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #000;
	line-height: 120%;
	background-image: url(bg2.jpg);
}

table.main th {
	border-style: solid;
	border-width: 0 1px 1px 0;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 3px;
	background: #963;
	color: #fff;
}

table.main td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 3px;
}

table.main td.message {
	text-align: left;
	padding: 3px 1em 3px 1em;
}

/* header part */
table.header {
	border-width: 0;
	background: #630;
	color: #fff;
}

table.header td {
	font-size: x-small;
	border-width: 0;
	text-align: left;
}

table.header td.navigate {
	text-align: right;
}

table.header td.edge {
	width: 6px;
	background-image: url(bg.jpg);
}

table.header td.separate {
	width: 6px;
}

table.header td.icon {
	width: 22px;
}

a {
	text-decoration: none;
}

a:link {
	color: #00f;
}

a:visited {
	color: #339;
}

a:active {
	color: #c00;
	text-decoration: underline;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

table.header a:link {
	color: #fff;
}

table.header a:visited {
	color: #fff;
}

table.header a:active {
	color: #ff0;
}

table.header a:hover {
	color: #ff0;
}

h1 {
	font-weight: bold;
	font-size: x-small;
	padding: 0;
	margin: 0;
}

h2 {
	text-align: center;
	font-weight: bold;
	font-size: x-small;
	padding: 0 0 8px 0;
	margin: 0;
}

h3 {
	font-weight: normal;
	font-size: x-small;
	padding: 0 0 8px 0;
	margin: 0;
}

img {
	border: 0;
}

hr {
	height: 1px;
	color: #630;
}

div.footer {
	text-align: right;
	margin: 0 6px 0 0;
}

span.screen {
	color: #00c;
}

div.text {
	border: 1px solid #000;
	margin: 0 0 0 0;
	padding: 1em;
	background-image: url(bg2.jpg);
}

p {
	text-indent: 12px;
	margin: 0;
	padding: 0;
}
