html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #DBDCCC;
}
body, td, strong,b {
	font-family: verdana, helvetica, geneva, verdana, sans-serif;
	font-size: 9px;
	line-height: 140%;
}
td {
	color: #000000;
}
.brown {
	color: #993302;
}
.invisible {
	color: #000000;
	line-height: 145%;
}

/***************
** Navigation **
***************/
.navMain, a {
	color: #993302;
	text-decoration: none;
	line-height: 190%;
}
a b {
	line-height: 190%;
}
.navMain:hover {
	color: #000000;
	text-decoration: none;
}
.detailBack {
	color: #993302;
	text-decoration: none;
	line-height: 140%;
}


