	body {
		background: #204E7F;
		color: #00004A
	}
	a:link {
		color: #0000FF
	}
	a:visited {
		color: #0000FF
	}
	a:active {
		color: #0000FF
	}

	A {
		TEXT-DECORATION: none
	}
	A:hover {
		TEXT-DECORATION: none
	}
	.enabled {
	color: #00004A; cursor: hand
	}
	.disabled {
	color: #00004A
	}
	H1 {
		FONT-SIZE: 16px;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		COLOR: #00004A;
		margin-bottom : 5px;
		text-align : center;
	}
	H2 {
		FONT-SIZE: 16px;
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		COLOR: #00004A;
		margin-bottom : 10px;
		margin-top : 1px;
		text-align : left;
	}
	H3 {
		FONT-SIZE: 12px;
		FONT-FAMILY: Arial, Helvetica;
		margin-bottom : 7px;
	}
