BODY {
	background-image: url("bg.gif");
	background-repeat: repeat-y;
	background-color: white;
}

TABLE {
	margin: 8px 0px;
}
A {
	text-decoration: none;
	color: 3366ff;
}
A:hover {
	text-decoration: underline;
	color: ff3333;
}

TD {
	font-size: 10pt;
}

TD.attention {
	color: red;
}

TD.title, {
	font-size: 16pt;
}

TD.linkto {
	font-weight: bold;
	color: #9999cc;
}

TD.item {
	font-weight: bold;
	color: #333399;
}

TD.contents {
	color: #333333;
}

TD.copyright {
	font-style: italic;
}

th.title {
	padding: 2pt;
	font-size: 12pt;
	color: #ffffff;
	background-color: #9999cc;
}

.notes {
	color: #993333;
	font-weight: normal;
}

.error {
	color: #cc3333;
	font-weight: bold;
}

.attension {
	color: #cc3333;
}

input, textarea {
	border: solid 1px #9999cc;
}

textarea {
	scrollbar-3dlight-color: #9999cc;
	scrollbar-darkshadow-color: #333399;
	scrollbar-face-color: #9999cc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #6666cc;
}

input#name {
	width: 12em;
}

input#address, input#subject, textarea#body {
	width: 28em;
}

textarea#body {
	height: 16em;
}

input.button {
	width:120px;
	background-color: #9999cc;
	color: #ffffff;
}

