@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 20px;
	width: inherit;
	height: inherit;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
table {
	margin-left: 10px;
}
.tblHead {
	font-family: Tahoma;
	font-size: 12px;
	color: #009900;
	font-weight: bold;
}
.tblSubHead {
	font-size: 10px;
	color:#CC6600;
	font-weight: bold;
}

.tdBack {
	background-position: center;
	background-repeat: no-repeat;
	font-size: 10px;
}
a {
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
}
a:visited {	
	font-weight: 200;
	color: #999900;
}
