body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	color: #666699;
	font-size: large;
}
.navigation {
	font-size: small;
	color: #999999;
}
p {
	font-size: 12px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
li {
	font-size: 12px;
	list-style-image: url(images/red_square.gif);
}
.highlight {
	font-weight: bold;
}
.italicbold {
	font-style: italic;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.medblue {
	font-weight: bold;
	color: #666699;
}
h3 {
	color: #6699CC;
	font-size: 14px;
	font-weight: bold;

}

