/* CSS Document */

a {
	font-weight				: bold;
	color					: #2458B9;
	text-decoration			: underline;
	}

body {
	font-family				: arial, helvetica, sans-serif;
	font-size				: x-small;
	color					: #2458B9;
	}

h1 {
	font-size				: large;
	}

h2 {
	font-size				: medium;
	}

h3 {
	font-size				: small;
	font-style				: italic;
	}

h4 {
	font-size				: x-small;
	}

h5 {
	font-size				: xx-small;
	font-style				: italic;
	}

h6 {
	font-size				: xx-small;
	}

table {
	font-size				: x-small;
	}

td {
	vertical-align			: top;
	}

li {
	list-style-image		: url(bullet.gif);
	}

.body {
	position				: absolute;
	left					: 0px;
	top						: 0px;
	}

.menu1-NO {
	font-weight				: bold;
	width					: 150px;
	}

.menu1-NO a {
	font-weight				: bold;
	color					: #2458B9;
	text-decoration			: none;
	}

.menu1-ACT {
	font-weight				: bold;
	color					: #FFFFFF;
	background-image		: URL(bg_menu1-ACT.gif);
	width					: 150px;
	}

.menu1-ACT a {
	font-weight				: bold;
	color					: #FFFFFF;
	text-decoration			: none;
	}

.menu2-NO {
	font-weight				: normal;
	background-image		: URL(bg_menu2-ACT.gif);
	width					: 150px;
	}

.menu2-NO a {
	font-weight				: normal;
	color					: #2458B9;
	text-decoration			: none;
	}

.footer {
	font-size				: xx-small;
	}

.footer a {
	font-size				: xx-small;
	}

.hidden {
	font-size				: 0.1pt;
	display					: none;
	}

