body {
	background:  url(images/bg1.gif);
	margin:	0;
	color: #333;
	font-family: georgia,serif;
}

div.image{
	position: relative;
}
div.image-innerleft {
	position: absolute;
	width: 237px;
	left: 5px;top: -270px;
	text-align: right;
	z-index: 1000;
}
div.image-innerright {
	position: absolute;
	width: 308px;
	left: 430px;top: -265px;
	text-align: right;
	z-index: 1000;
}

td {
	font-size: 12px;
}
a {
	color: #600;
}
a:hover {
	color: #f00; 
	text-decoration: none;
}
h1 {
	font-weight: bold; 
	font-size: 14px; 
	color: #333;
}
hr {
	color: #CCC;
	background: #CCC;
	border: 0;
	height: 1px;
	margin-left: 10px; margin-right: 10px; 
}
form {
	margin: 0;
}

table.sidenav {
	margin: 35px 10px 0 0;
	border: 0;
	text-align: right;
}
table.sidenav a {
	text-decoration: none;
}
table.sidenav a:hover {
	color: #f00; 
	text-decoration: none;
}
table.sidenav a.selected {
	color: #f00;
}

.maintext {
	font-size: 14px;
	color: #000080;
}
.navy {
	color: #000080;
}

