
	body {
		background-color: black;
		background-repeat: repeat;
		background-position: top center;
		background-attachment:fixed;
		background-image: url(menu/bg04.gif);
	}

	.h1,H1 {
		font-family : sans-serif;
		font-size : 16px;
		font-style : normal;
		font-variant : normal;
		font-weight : bold;
		height : auto;
		letter-spacing : normal;
		line-height : normal;
	}

	.h2,H2 {
		font-family : sans-serif;
		font-size : 14px;
		font-style : normal;
		font-variant : normal;
		font-weight : bold;
		height : auto;
		letter-spacing : normal;
		line-height : normal;
	}

	.h3,H3 {
		font-family : sans-serif;
		font-size : 12px;
		font-style : normal;
		font-variant : normal;
		font-weight : bold;
		height : auto;
		letter-spacing : normal;
		line-height : normal;
	}

	.text,p {
		font-family : sans-serif;
		font-size : 12px;
		font-style : normal;
		font-variant : normal;
		font-weight : normal;
		height : auto;
		letter-spacing : normal;
		line-height : normal;
	}

	.smaller {
		font-family : sans-serif;
		font-size : 11px;
		font-style : normal;
		font-variant : normal;
		font-weight : normal;
		height : auto;
		letter-spacing : normal;
		line-height : normal;
	}


	.small {
		font-family : sans-serif;
		font-size : 10px;
		font-style : normal;
		font-variant : normal;
		font-weight : normal;
		height : auto;
		letter-spacing : normal;
		line-height : normal;
	}

	ul {
		margin-top : -1px;
	}

	A {
		text-decoration : none;
		color : #990000;
	}

	A:hover {
		text-decoration : underline;
		color : #cc0000;
	}
