body {
	background-color: #FFFFFF;
	background-image:  url(images/bg.gif);
	background-attachment: fixed;
	color: #333366;
	font-family: "Times New Roman", "Times", "serif";
}

h1 {
	color: #333366;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: solid;
	padding: 5px;
	margin: 5px;
	width: auto;
}

h2 {
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	background-color: #336699;
	height: auto;
	width: auto;
	padding: 1px;
}

h3, h4, h5, h6 {
	color: #336699;
	font-weight: normal;
}

a:link {
	color: #0033FF;
	text-decoration: none;
}

a:visited {
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	color: #6699FF;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}
.caption {
	color: #660000;
	font-size: 12px;
}
.selected {
	font-weight: bold;
	background-color: #CCCCFF;
}
