body {
	margin:10px;
	padding:0px;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

body, div, p, td, a, .foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

.table-border {
	border-bottom: solid 1px #909090;
	border-right: solid 1px #909090;
}
.table-border td {
	border-top: solid 1px #909090;
	border-left: solid 1px #909090;
}

.foot a:link, .foot a:visited, .foot a:hover, .foot:active {
	color: #606060;
	font-weight: normal;
	text-decoration: underline;
}

a:link, a:visited {
	color: #0000aa;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #0000aa;
	font-weight: bold;
	text-decoration: none;
}

.tr_bkg_over {
	background-color:#f0f0ff;
}