<!--
	.textbox {
		border-color : #666699 #666699 #666699 #666699;
		border-width : 1 1 1 1;
		color : Black; background-color : white;
		height : 19px; font-size : 12px;
	}
	.textarea {
		border-color : #666699 #666699 #666699 #666699;
		border-width : 1 1 1 1;
		color : Black;
		font-family : Courier New, Tahoma, Arial, sans-serif;
	}
	.formfield {
		border-color : #666699 #666699 #666699 #666699;
		border-width : 1 1 1 1;
		color : Black; background-color : #99CCFF;
		height : 19px; font-size : 12px;
	}
	.button{
		height : 19px; font-size : 9px; background-color: blue;	
       }

	A { font-family : Tahoma, Arial, sans-serif; font-size : 10pt; text-decoration : none; color : blue;text-decoration: underline;}
	A:HOVER { font-family : Tahoma, Arial, sans-serif; font-size : 10pt; color : black;text-decoration: underline; }
	.menu { font-family : Tahoma, Arial, sans-serif; font-size : 8pt;color : black; font-weight : bold; }
	.menu:link { font-family : Tahoma, Arial, sans-serif; font-size : 8pt;color : white; font-weight : bold; }
	.menu:hover { font-family : Tahoma, Arial, sans-serif; font-size : 8pt;color : white; font-weight : bold; }
	.menu:visited { font-family : Tahoma, Arial, sans-serif; font-size : 8pt;color : white; font-weight : bold; }
	.navigation { font-family : Tahoma, Arial, sans-serif; font-size : 8pt;color : #004080; font-weight : bold; }

	.navigation:link { text-decoration: none; font-family : Tahoma, Arial, sans-serif; font-size : 8pt;color : #004080; font-weight : bold; }
	.navigation:hover { text-decoration: none; font-family : Tahoma, Arial, sans-serif; font-size : 8pt;color : #004080; font-weight : bold; }
	.navigation:visited { text-decoration: none; font-family : Tahoma, Arial, sans-serif; font-size : 8pt;color : #004080; font-weight : bold; }

	.autolink:link { text-decoration: underline; font-family : Courier New, Tahoma, Arial, sans-serif; font-size : 9pt;color : #004080; }
	.autolink:hover { text-decoration: underline; font-family : Courier New, Tahoma, Arial, sans-serif; font-size : 9pt;color : #004080; }
	.autolink:visited { text-decoration: underline; font-family : Courier New, Tahoma, Arial, sans-serif; font-size : 9pt;color : #004080; }
	TD.rempli { font-family : Tahoma, Arial, sans-serif; background-color : #66CC99;}
	TD.memo { font-family : Tahoma, Arial, sans-serif; background-color: #0099cc;}
	TD.cent { font-family : Tahoma, Arial, sans-serif; background-color: #0099cc; text-align: center; background-color : #E4E4E4; font-size : 8pt; color: Black;}
	TD.right { font-family : Tahoma, Arial, sans-serif; background-color: #0099cc; text-align: right; background-color : #E4E4E4; font-size : 8pt; color: Black;}
	TD.left { font-family : Tahoma, Arial, sans-serif; background-color: #0099cc; text-align: left; background-color : #E4E4E4; font-size : 8pt; color: Black;}
	TD.left2 { font-family : Tahoma, Arial, sans-serif; background-color: #0099cc; text-align: left; background-color : #ccffcc; font-size : 8pt; color: Black;}

	TD.headers { font-family : Tahoma, Arial, sans-serif; background-color : #7E7E7E; text-align : center; font-size : 8pt;}
	TD.default { font-family : Tahoma, Arial, sans-serif; background-color : #E4E4E4; font-size : 8pt;color : Black; }
	TD.default9 { font-family : Tahoma, Arial, sans-serif; background-color : #f3f3f3; font-size : 9pt;color : Black; }
	TD.title { font-family : Tahoma, Arial, sans-serif; color: #FFFFFF; background-color : #7E7E7E; text-align : center; font-size : 8pt;}
	TD.headerright { font-family : Tahoma, Arial, sans-serif; background-color : #7E7E7E; text-align : right;  font-size : 8pt; }
	TD.headerrightbold { font-family : Tahoma, Arial, sans-serif; background-color : #7E7E7E; text-align : right;  font-size : 8pt;  font-weight : bold; }
	SELECT 	{ font-family : Tahoma, Arial, sans-serif; font-size : 12pt; }
-->