/* CSS Document */

#LAYER1 {
	visibility:visible;
	width:475;
}

p {
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, serif;
	font-weight: bold;
	color: black;
}

ul, ol, li {
	font-family: Arial, serif;	
	font-size: 10pt;	
	font-weight: bold;	
	color: black;
}

a:link {
font-family: Arial, serif;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
}

a:visited {
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
}

a:active {
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

a:hover {
	font-family: Arial, serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}