.black {
	color : Black;
}


.heading {
	font-weight : bold;
	font-size : large;
	font-style : normal;
	text-align : center;
	color : White;
}
.push {
	background-color : 669999;
	font-weight : bold;
	border : thin solid;
	color : Black;
	font-size : smaller;
}


.smalladdress {
	font-weight : bold;
}
.wtlnk {
	color : White;
	font-size : smaller;
}
.framed {
	border : White;
	border-bottom-width : thick;
	border-top : thin;
	border-width : thin;
	border-bottom : inset White;
}
.footnote {
	font-size : smaller;
}


BODY {
	background-color : gray;
	font-family : Arial;
	color : Black;
	font : small;
}
TABLE {
	color : White;
	font-family: Arial;
	font-size :small;
}


A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color : Yellow;
	font : smaller;
	text-decoration : none;
	font-weight : bold;
}

.obv {
	font-style : italic;
	font-weight : bold;
	}


A:HOVER {
	color : Lime;
	font : smaller;
	font-weight : bold;
	text-transform : none;
}

.bold {
	font-weight : bold;
}
.italic {
	font-style : italic;
}
.underline {
	text-decoration : underline;
}



