.error {
	color:#FF0000;
}
.notify {
	color:#BB9F00;
}

div.tl, div.tr, div.bl, div.br {
	position:absolute;
	width:1px;
	height:1px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
div.tl {
	top:0px;
	left:0px;
}
div.tr {
	top:0px;
	right:0px;
}
div.bl {
	bottom:0px;
	left:0px;
}
div.br {
	bottom:0px;
	right:0px;
}
div.fl {
	float:left;
}
div.fr {
	float:right;
}
table.message {
	margin-top:16px;
	margin-bottom:16px;
}
table.message td {
	padding:4px;
}
table.message td.label {
	vertical-align:text-top;
	white-space:nowrap;
	font-weight:bold;
}
img {
	background:none;
	border:none;
    padding:0;
	margin:0;
	border-spacing:0;
}
a.imgbut, a.imgbut img {
	height:12px;
	width:12px;
}.word {
	padding:10px;
	position:relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.word p {margin:0; padding:0;}

.word td {
	border:1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.word pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.word thead {
	background-color: #FFBBBB;
}

.word tfoot {
	background-color: #BBBBFF;
}

.word th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}