.footer {
	border-left : 4px ridge Black;
	border-top : 4px ridge Black;
	color : Navy;
	font : normal normal normal 12px/18px "MS Sans Serif", Geneva, sans-serif;
	background-color : Silver;
	margin-left : 5px;
	padding-left : 5px;
	text-align : left;
	text-decoration : none;
}

TABLE.gray {
	background-color : Silver;
	border : 1px solid Black;
	padding-bottom : 8px;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 8px;
}


A:LINK{
	color : #2222FF;
	text-decoration : none;
	font-weight: bold;
} 

A:VISITED{
	color : #DD6600;
	text-decoration : none;
	font-weight: bold;
}

A:HOVER{
	color : #FF0000;
	font-weight : bold;
	text-decoration: underline;
}

A:ACTIVE{
	color : Red;
	text-decoration : overline;
}

H4 {
	font-weight : bold;
	font-style : normal;
	font-variant : normal;
	font-size : 22pt;
}

BODY{
	background-color : White;
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	letter-spacing : normal;
	line-height : normal;
	list-style-image : none;
	list-style-position : outside;
	list-style-type : disc;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	text-align : left;
	text-decoration : none;
}