

body {
    color: #000;
    background: #ffffff;
	font-family: "Times New Roman", Times, serif;
    font-size: 9pt;
    line-height: 1.4em;
    }

body.head {
    color: #000;
    background: #ffffff;
	font-family: "Times New Roman", Times, serif;
    font-size: 22pt;
    line-height: 1.5em;
    }

img { border: 0; }



h2 {
	text-transform: uppercase;
	font-size: 65pt;
	line-height: 1em;
}

h3 {
	text-transform: uppercase;
	margin-top: 16px;
}



a.head {
    font-size: 22pt;
	color: #000;
	text-decoration: none;
	}

a.head:hover {
	color: #fff;
	background: #000;
	border-bottom: 0;
}

a.normal {
    font-size: 9pt;
	color: #000;
	text-decoration: none;
	}

a.normal:hover {
	color: #E0E0E0;
	background: #000;
	border-bottom: 0;
}