/*--Body--*/
body {	font-family:Arial,sans-serif;
	font-size:12pt;
	background-color:#000099;
	color:#FFFFFF;}
/*--Heads--*/
h1 {	font-size:32pt; }
h2 {	font-size:24pt; }
h3 {	font-size:18pt; }
h4 {	font-size:16pt; }
h5 {	font-size:14pt; }
h6 {	font-size:12pt;
	font-weight:bold }
/*--Hyperlinks--*/
a:link {		font-weight:bold; color:#FFFF00; text-decoration:none; font-style:normal}
a:visited {	font-weight:bold; color:#FFFF00; text-decoration:none; font-style:normal}
a:hover {	font-weight:bold; color:#FF0000; text-decoration:none; font-style:normal}
a:focus {	font-weight:bold; color:#FFCC00; text-decoration:none; font-style:normal}
a:active {	font-weight:bold; color:#33CC33; text-decoration:none; font-style:normal}
a.extendedMenu {	color:#66FFFF; font-style:italic}
