body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #6B8CB7 url(images/background.jpg) no-repeat fixed center;
}
.xxsmall {
	font-size: xx-small;
}
.xsmall {
	font-size: x-small;
}
.smallitalics{
	font-size: x-small;
	font-style:italic;
	}
h1 {
	font-family: "Bodoni MT", Verdana, Arial, serif;
	font-style: italic;
	color: 6b8cb7;
	font-size: x-large;
	font-weight: bold;


}
.boldblue {
	color: 666699;
	font-weight: bold;

}
a:link {
	color: 6b8cb7;
}
a:visited {
	color: 6699cc;
}
a:hover {
	color: 666699;
}
a:active {
	color: 99ccff;
}
h2 {
	font-family: "Bodoni MT", Verdana, Arial, serif;
	font-style: italic;
	color: 6b8cb7;
	font-size: large;
	font-weight: bold;

}

.bullet {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	white-space: normal;

}
.imgborder {
	border: 1px solid #000000;
}

.divborder {
	border: 1px solid #000000;
	padding: 5px;
}
