 
body {
	cursor: default;
	font-family: Arial, Verdana, Sans-Serif, Helvetica;
	background-image: url(images/rocks2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.XSmall {font-size: x-small}
.XXsmall {font-size: xx-small}
.Xsm_red {
	color: #FF0000;
	font-size: x-small;
}
td.main {
	font-size: medium;
	color: #000000;
	background-color: #FEFCE7;
	text-align: left;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}
.medium {
	font-size: medium;
	font-style: italic;
	font-weight: normal;
}
a.nav:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFF99;
	text-decoration: underline overline;
	background-color: #000099;
}
a.nav:visited {
	color: #CCCCCC;
	text-decoration: none;
}
h2 {
	color: #FFFFFF;
}
table.caption {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}
td.pagetitle {
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000FF;
}
