A:LINK {
	text-decoration : none;
	color : #0000CC;
}
A:HOVER {
	text-decoration : underline;
	color : #0000CC;
}
A:VISITED {
	text-decoration : none;
	color : #6666CC;
}
A:ACTIVE {
	text-decoration : none;
	color : #AA0000;
}

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : justify;
	margin-right : 10px;
	margin-left : 10px;
	margin-top : 20px;
	margin-bottom : 10px;
	color : #000066;
	padding-bottom : 0px;
	padding-top : 0px;
	padding-left : 0px;
	font-size : smaller;
}

.header {
	font-size : 8pt;
	text-align : center;
}

.notice {
	font-size:9pt ;
}

TD.menu {
	font-size : 8pt;
	height : 20px;
}

.small {
	font-size : 7pt;
	height : 14px;
}
