@charset "utf-8";
/* CSS Document */


td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #33230f;
	background-color: #FFF;
	font-size: 16px;


}
.line {
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #D6D6D6;
}
.linered {
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #D6D6D6;
	color: #900;
}

body   {
	margin-top: 0;
	background-color: #FFF;
}


a {
	color: #666;
	text-decoration: none;
}
.footer {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	color: #999;
}

a:hover {
	color: #ad3b3b;
	text-decoration: none;	
}
a:visited {
	color: #;
	text-decoration: none;
}
a:active {
	color: #AD3B3B;
	text-decoration: none;
}
.title {
	font-size: 18px;
}

.tablebak {
	background-color: #FFF;
	top: 0px;
}
.smaller {
	font-size: 15px;
}

table {
	text-align: left;
}
