body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #003366;
	text-align: center;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #003366;
	padding: 6px 2px 0px 4px;
}

p {
	font-size: 0.8em;
	padding: 6px 2px 0px 4px;
}
p a:link {color: #000000; text-decoration: none; font-weight: bold;}
p a:visited {color: #003366; text-decoration: none;}
p a:hover {color: #003366;text-decoration: underline;}

.palette {
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	background-image: url(img/palette.jpg);
	background-repeat: no-repeat;
}
.nav {
	color: #FFFFFF;
	padding: 18px 2px 0px 18px;
	line-height:1em;
}

.nav a:link {color: #FFFFFF; text-decoration: none;}
.nav a:visited {color: #FFFFFF; text-decoration: none;}
.nav a:hover {color: #FFFF66;text-decoration: underline;}

.vertline {
	background-image: url(img/vertline.gif);
	background-repeat: no-repeat;
}

ul {
	font-size: 0.8em;
	padding: 6px 2px 0px 4px;
}