BODY {
	background-color: #cccccc;
	background-image: url(bg.gif);
	background-repeat:repeat;
}
HR {
	color: Black;
	border-style: solid;
}
 A:HOVER {
	color : Silver;
}
A:LINK {
	color: Teal;
}
A:VISITED {
	color: Black;
}
 H4
 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color : Black;
	margin-top : 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 10px;
	line-height : 18px;
	text-align: left;
	letter-spacing: 2px;
}
 H5
 {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color : Yellow;
	margin-top : 2px;
	margin-bottom: 2px;
	margin-left: 50px;
	margin-right: 10px;
	line-height : 18px;
	text-align: center;
}
 H6
 {
	font-family: Tahoma;
	font-size: 14px;
	color : White;
	margin-top : 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	line-height : 20px;
	text-align: left;
	font-weight : bold;
}
 .h6center
 {
	font-family: Tahoma;
	font-size: 14px;
	color : White;
	margin-top : 2px;
	margin-bottom: 2px;
	margin-left: 1px;
	margin-right: 10px;
	line-height : 20px;
	text-align: center;
	font-weight : normal;
}
.footnote{
	font-family: Tahoma;
	font-size: 12px;
	color: White;
	text-align: center;
	
}