body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
	
hr{
	border: 0; 
	color: #E9E9E9; 
	background-color: #E0E0E0; 
	height: 1px;
}


A:link {
	color: #0001AA;
	text-decoration: none;
} /* unvisited link */
A:visited {
	color: #8E8FFF;
	text-decoration: none;
}   /* visited links */
A:active {
	color: #FF0000;
	text-decoration : none;
} 

A:HOVER {
	color: #75E100;
	text-decoration: none;
}

.title {
	font-size: 145%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 10px;
	font-variant: small-caps;
	letter-spacing: 1.2px;
	color: #000090;
}

.subtitle {
	font-size: 125%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 10px;
	font-variant: small-caps;
	letter-spacing: 1.2px;
	color: #000090;
}

.header {
	font-size: 105%;
	font-weight: bold;
	color: #000000;
}

.small {
	font-size: 75%;
	}
	
.tdmaterials { border-color: #000000; 
border-style: solid;  border-width: 1px; text-align: center;}

th  { border-color: #000000; 
border-style: solid ;  border-width: 1px;}

.center {text-align: center}

.navtext{
	font-size: 70%;
	line-height: 50%;
	font-family: Arial, Helvetica, sans-serif;
}
