@charset "UTF-8";
/* CSS Document */

body {
	width: 400px;
	background-color: #E1E4F2;
}
.lucidaBlue {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #0D4D92;
}

.lucidaBlueBold {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #0D4D92;
}
.lucidaBlueBold a:link {
	text-decoration: none;
	color: #8CC63F;
}
.lucidaBlueBold a:visited {
	text-decoration: none;
	color: #8CC63F;
}
.lucidaBlueBold a:hover {
	color: #0D4D92;
	text-decoration: none;
}
