<!--
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body A {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}

body A:hover {
	COLOR: #999999;
}

.navigation A {
	COLOR: #000000;
	TEXT-DECORATION: underline;
	font-weight: bold;
}

.navigation A:hover {
	COLOR: #999999;
}

.subject {
	color: #999999;
	font-size: 18px;
	font-weight: bold;
	font-style: italic; 
}

.header {
	background-image:url(header.gif);
	background-repeat:none;
}

.header_bg {
	background-image:url(header_bg.gif);
}
-->