/* CSS Document */
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}
#image_navigation_text {
	width:640px;
	padding:0px;
	text-align:left;
	background:#fff;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	border: 0px;
    }
#image_navigation_text:hover {
    background:#f5f5f5;
    }
#image_navigation_image {
	width:640px;
	padding:0px;
	text-align:left;
	background:#fff;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	border: 0px;
    }
#image_navigation_image:hover {
    background:#f5f5f5;
    }
.style1 {color: #000000}
.style2 {color: #000099}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color: #000099;
}
h1:hover {
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 646px;
}
.nav {
	font-weight: bold;
	text-transform: lowercase;
	color: #000099;
	background:#f5f5f5;
}
