body, td {
	color: Black;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 80%; /* 10pt */
}

body {
	margin: 0px;
	padding: 10px;	
}
pre {
   font: 110% "Courier New", Courier, monospace;
}

/*
td {
	font-family: inherit;
	font-size: inherit;  
}
*/
tr.textcenter {
	font-family: inherit;
	text-align: center;
}
h1 {
	font-family: inherit;
	font-size: 140%;
	font-weight: 900;
}
h2 {
	font-family: inherit;
	font-size: 140%;
	font-weight: 900;
}
h3 {
	font-family: inherit;
	font-size: 115%;
	font-weight: 900;
}
.small {
	font-family: inherit;
	font-size: 80%;
}
.nb {
	font-family: inherit;
	color: InactiveCaptionText;
	background-color: transparent;
}

.error {
	background-color: transparent;
	color: red;
}
a:link {
	color: Blue;
	text-decoration: none;
	background-color: transparent;
}

a:visited {
	background-color: transparent;
	color: #CC0033; /* Nearest browser safe to Crimson*/
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #CC0033; /*  browser safe to Crimson*/
	text-decoration: underline;
}

address{
	font-family: inherit;
	font-size: 80%;
	font-style: normal;
	margin-top: 24px;
}

