	body { marginheight: 0px; marginwidth: 0px; background-color: #000000; background-image: url('images/bg.jpg'); background-repeat: repeat-x; margin-top: 0px; margin-bottom: 10px; }
	H1{ font-family: Arial, Helvetica; color: white; font-size : 18pt; }
	H2{ font-family: Arial, Helvetica; color: white; font-size : 16pt; }
	H3{ font-family: Arial, Helvetica; color: white; font-size : 14pt; }
	H4{ font-family: Arial, Helvetica; color: white; font-size : 12pt; }
	p { font-family: Arial, Helvetica; color: white; font-size : 10pt; }
	table { font-family: Arial, Helvetica; color: white; font-size : 10pt; }
	li { font-family: Arial, Helvetica; color: white; font-size : 10pt; }
	
	.left{
	text-align: left;
	}
	
	.input_field{
	margin-top: 0px;
	margin-bottom: 3px;
	}
	
	.form_label{
	width: 120px;
	vertical-align: top;
	text-align: left;
	}

	.form_label2{
	width: 120px;
	vertical-align: top;
	text-align: left;
	text-indent: 10px;
	}

    a:link { color : #77A5BB; }
    a:visited { color : #77A5BB; }
    a:hover { color : #AADDFF }
    a:active { color : #AADDFF }

    img { border-color : #006699; }

	#pagelink:link, #pagelink:visited {color: 006699;} 
	#pagelink:hover, #pagelink:active {color: FFFF00;} 

	#image:link, #image:visited {color: 006699; border: 0px;} 
	#image:hover, #image:active {color: FFFF00; border: 2px;} 

<SCRIPT LANGUAGE="JavaScript">
function stopIt(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button
== 2 || event.button == 3)) {
alert('')
return false;
} return true;
}
document.onmousedown=stopIt;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=stopIt;
</script>

