body{
	background-color: #A4A198;
	background-image: url(bkg-gradient.gif);
	background-repeat: repeat-x;
	font-family: Verdana,Arial,sans-serif;
}
#wrapper {
	background-color: #FFF;
	border: thin solid #232323;
	color: #232323;
	width: 85%;
	margin: 0 auto;
	padding: 25px;
}
a{
	#text-decoration: none;
	color: #004889;
}
a.anchor{
	#text-decoration: none;
	color: #232323;
}
a:hover {
	color: #007777;
}

img {
	border: none;
}

h1 {
	text-align: center;
}
h2 {
	font-size: 18pt;
}

span.str {
	font-style: italic;
	font-weight: bold;
}
span.var {
	font-style: italic;
}

td.rhoBasic {
	empty-cells: show;
	font-weight: normal;
	text-align: right;
	min-width: 5%;
}
td.rhoDiag {
	empty-cells: show;
	font-weight: bold;
	text-align: right;
	min-width: 5%;
}
td.rhoHeader {
	font-weight: bold;
	text-align: center;
}
	
	