/* CSS Document */
a:link {
	text-decoration: none;
	color: #E0E0E0;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	color: #0000EE;
}
a:active {
	text-decoration: none;
	color: #000099;
}
#image_navigation_text {
	width:728px;
	padding:0px;
	text-align:left;
	background:#333333;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	border: 0px;
    }
#image_navigation_text:hover {
    background:#666666;
    }
#image_navigation_image {
	width:728px;
	padding:0px;
	text-align:left;
	background:#333333;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	border: 0px;
    }
#image_navigation_image:hover {
    background:#666666;
    }
.style1 {color: #FFFFFF}
.style2 {color: #000099}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color: #eeeeee;
}
h1:hover {
	color: #0000EE;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #F0F0F0;
	width: 728px;
	background-color: #060606;
}
.nav {
	font-weight: bold;
	text-transform: lowercase;
	color: #888888;
	background:#333333;
}
h4 {
	color: #F0F0F0;
}

img {
	border: 1px solid #FFFFFF;
}
p img {
	border: none;
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color: #eeeeee;
}
.smallcaps {
	font-variant: small-caps;
}

